#69A634

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

Shades of Limeade #69A634

Tints of Limeade #69A634

Color information

#69A634 (or 0x69A634) is unknown color: approx Limeade. HEX triplet: 69, A6 and 34. RGB value is (105,166,52). Sum of RGB (Red+Green+Blue) = 105+166+52=323 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.51% from 323); Green value is 166 (65.23% from 255 or 51.39% from 323); Blue value is 52 (20.70% from 255 or 16.10% from 323); Max value from RGB is 166 - color contains mainly: green. Hex color #69A634 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69A634 is #9659CB. Grayscale: #878787. Windows color (decimal): -9853388 or 3450473. OLE color: 3450473.

HSL color Cylindrical-coordinate representation of color #69A634: hue angle of 92.11º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #69A634 is Cyan = 0.37, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.35.

Color convert

RGB10516652-
CMYK0.3700.690.35
HSL92.11º52.29%42.75%-
HSV(B)92.11º68.67%65.1%-
XYZ20.0830.528.08-
YUV134.7681.29106.77-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.51%
GREEN value IS 166 (65.23% from 255) = 51.39%
BLUE value IS 52 (20.70% from 255) = 16.10%
R=32.51%
G=51.39%
B=16.10%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal105166520.3700.690.3592.1152.2942.75
Hex69A63425045235c342b
Octal15124664450105431346453
Binary110100110100110110100100101010001011000111011100110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69A634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69A634; }

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

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

<style>
 a { background-color: #69A634; }

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

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

<style>
 span { border-color: #69A634; }

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

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