#699a2f

Color #699A2F Limeade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Limeade #699A2F

Tints of Limeade #699A2F

Color information

#699A2F (or 0x699A2F) is unknown color: approx Limeade. HEX triplet: 69, 9A and 2F. RGB value is (105,154,47). Sum of RGB (Red+Green+Blue) = 105+154+47=306 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.31% from 306); Green value is 154 (60.55% from 255 or 50.33% from 306); Blue value is 47 (18.75% from 255 or 15.36% from 306); Max value from RGB is 154 - color contains mainly: green. Hex color #699A2F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #699A2F is #9665D0. Grayscale: #7F7F7F. Windows color (decimal): -9856465 or 3119721. OLE color: 3119721.

HSL color Cylindrical-coordinate representation of color #699A2F: hue angle of 87.48º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #699A2F is Cyan = 0.32, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.40.

Color convert

RGB10515447-
CMYK0.3200.690.40
HSL87.48º53.23%39.41%-
HSV(B)87.48º69.48%60.39%-
XYZ17.8926.326.83-
YUV127.1582.77112.2-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 105 (41.41% from 255) = 34.31%
GREEN value IS 154 (60.55% from 255) = 50.33%
BLUE value IS 47 (18.75% from 255) = 15.36%
R=34.31%
G=50.33%
B=15.36%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal105154470.3200.690.4087.4853.2339.41
Hex699A2F2004528573527
Octal15123257400105501276547
Binary110100110011010101111100000010001011010001010111110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699a2f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699a2f; }

 p { color: rgb(105,154,47); }

 H1.HeaderClassName
 {
   color: #699a2f;
 }
 .AnyTagClassName
 {
   color: #699a2f;
 }
</style>
background-color css

<style>
 a { background-color: #699a2f; }

 a { background-color: rgb(105,154,47); }

 div.DivClassName
 {
   background-color: #699a2f;
 }
 .BgClassName
 {
   background-color: #699a2f;
 }
</style>
border-color css

<style>
 span { border-color: #699a2f; }

 span { border-color: rgb(105,154,47); }

 td.TdClassName
 {
   border-color: #699a2f;
 }
 .TagClassName
 {
   border-color: #699a2f;
 }
</style>