Html Css Color HEX #669A37 Limeade

📋 copy color: '#669A37'

red 102 ◦ green 154 ◦ blue 55

#669A37
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Limeade #669A37

Tints of Limeade #669A37

RGB

 RED value IS 102 (40.23% from 255) = 32.8%

 GREEN value IS 154 (60.55% from 255) = 49.52%

 BLUE value IS 55 (21.88% from 255) = 17.68%

R = 32.8%
G = 49.52%
B = 17.68%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.64

 K value IS 0.40

RGB Variations

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

Color information

#669A37 (or 0x669A37) is known color: Limeade. HEX triplet: 66, 9A and 37. RGB value is (102,154,55). Sum of RGB (Red+Green+Blue) = 102+154+55=311 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.80% from 311); Green value is 154 (60.55% from 255 or 49.52% from 311); Blue value is 55 (21.88% from 255 or 17.68% from 311); Max value from RGB is 154 - color contains mainly: green. Hex color #669A37 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #669A37 is #9965C8. Grayscale: #7F7F7F. Windows color (decimal): -10053065 or 3644006. OLE color: 3644006.

HSL color Cylindrical-coordinate representation of color #669A37: hue angle of 91.52º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #669A37 is Cyan = 0.34, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.40.

Color convert

RGB 102 154 55 -
CMYK 0.34 0 0.64 0.40
HSL 91.52º 0.47% 0.41% -
HSV(B) 91.52º 0.64% 0.6% -
XYZ 17.72 26.21 7.74 -
YUV 127.17 87.27 110.05 -
System Red Green Blue C M Y K H S L
Decimal 102 154 55 0.34 0 0.64 0.40 91.52 0.47 0.41
Hex 66 9A 37 22 0 40 28 5C 2F 29
Octal 146 232 67 42 0 100 50 134 57 51
Binary 1100110 10011010 110111 100010 0 1000000 101000 1011100 101111 101001

Color Harmonies of #669A37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669A37

Black with #669A37

Text Example


Text Example

White with #669A37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669A37; }

 p { color: rgb(102,154,55); }

 H1.HeaderClassName
 {
   color: #669A37;
 }
 .AnyTagClassName
 {
   color: #669A37;
 }
</style>

background-color css

<style>
 a { background-color: #669A37; }

 a { background-color: rgb(102,154,55); }

 div.DivClassName
 {
   background-color: #669A37;
 }
 .BgClassName
 {
   background-color: #669A37;
 }
</style>

border-color css

<style>
 span { border-color: #669A37; }

 span { border-color: rgb(102,154,55); }

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