#699D34

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

Shades of Limeade #699D34

Tints of Limeade #699D34

Color information

#699D34 (or 0x699D34) is unknown color: approx Limeade. HEX triplet: 69, 9D and 34. RGB value is (105,157,52). Sum of RGB (Red+Green+Blue) = 105+157+52=314 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.44% from 314); Green value is 157 (61.72% from 255 or 50% from 314); Blue value is 52 (20.70% from 255 or 16.56% from 314); Max value from RGB is 157 - color contains mainly: green. Hex color #699D34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #699D34 is #9662CB. Grayscale: #818181. Windows color (decimal): -9855692 or 3448169. OLE color: 3448169.

HSL color Cylindrical-coordinate representation of color #699D34: hue angle of 89.71º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #699D34 is Cyan = 0.33, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.38.

Color convert

RGB10515752-
CMYK0.3300.670.38
HSL89.71º50.24%40.98%-
HSV(B)89.71º66.88%61.57%-
XYZ18.527.377.56-
YUV129.4884.27110.54-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.44%
GREEN value IS 157 (61.72% from 255) = 50%
BLUE value IS 52 (20.70% from 255) = 16.56%
R=33.44%
G=50%
B=16.56%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal105157520.3300.670.3889.7150.2440.98
Hex699D3421043265a3229
Octal15123564410103461326251
Binary110100110011101110100100001010000111001101011010110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699D34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,157,52); }

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

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

 a { background-color: rgb(105,157,52); }

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

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

 span { border-color: rgb(105,157,52); }

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