Html Css Color HEX #669C27 Limeade

📋 copy color: '#669C27'

red 102 ◦ green 156 ◦ blue 39

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

Shades of Limeade #669C27

Tints of Limeade #669C27

RGB

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

 GREEN value IS 156 (61.33% from 255) = 52.53%

 BLUE value IS 39 (15.63% from 255) = 13.13%

R = 34.34%
G = 52.53%
B = 13.13%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.75

 K value IS 0.39

RGB Variations

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

Color information

#669C27 (or 0x669C27) is known color: Limeade. HEX triplet: 66, 9C and 27. RGB value is (102,156,39). Sum of RGB (Red+Green+Blue) = 102+156+39=297 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.34% from 297); Green value is 156 (61.33% from 255 or 52.53% from 297); Blue value is 39 (15.62% from 255 or 13.13% from 297); Max value from RGB is 156 - color contains mainly: green. Hex color #669C27 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #669C27 is #9963D8. Grayscale: #7E7E7E. Windows color (decimal): -10052569 or 2595942. OLE color: 2595942.

HSL color Cylindrical-coordinate representation of color #669C27: hue angle of 87.69º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #669C27 is Cyan = 0.35, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.39.

Color convert

RGB 102 156 39 -
CMYK 0.35 0 0.75 0.39
HSL 87.69º 0.6% 0.38% -
HSV(B) 87.69º 0.75% 0.61% -
XYZ 17.73 26.75 6.15 -
YUV 126.52 78.61 110.51 -
System Red Green Blue C M Y K H S L
Decimal 102 156 39 0.35 0 0.75 0.39 87.69 0.6 0.38
Hex 66 9C 27 23 0 4B 27 58 3C 26
Octal 146 234 47 43 0 113 47 130 74 46
Binary 1100110 10011100 100111 100011 0 1001011 100111 1011000 111100 100110

Color Harmonies of #669C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669C27

Black with #669C27

Text Example


Text Example

White with #669C27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,156,39); }

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

background-color css

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

 a { background-color: rgb(102,156,39); }

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

border-color css

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

 span { border-color: rgb(102,156,39); }

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