Html Css Color HEX #669B37 Limeade

📋 copy color: '#669B37'

red 102 ◦ green 155 ◦ blue 55

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

Shades of Limeade #669B37

Tints of Limeade #669B37

RGB

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

 GREEN value IS 155 (60.94% from 255) = 49.68%

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

R = 32.69%
G = 49.68%
B = 17.63%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.65

 K value IS 0.39

RGB Variations

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

Color information

#669B37 (or 0x669B37) is known color: Limeade. HEX triplet: 66, 9B and 37. RGB value is (102,155,55). Sum of RGB (Red+Green+Blue) = 102+155+55=312 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.69% from 312); Green value is 155 (60.94% from 255 or 49.68% from 312); Blue value is 55 (21.88% from 255 or 17.63% from 312); Max value from RGB is 155 - color contains mainly: green. Hex color #669B37 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #669B37 is #9964C8. Grayscale: #808080. Windows color (decimal): -10052809 or 3644262. OLE color: 3644262.

HSL color Cylindrical-coordinate representation of color #669B37: hue angle of 91.8º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #669B37 is Cyan = 0.34, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.39.

Color convert

RGB 102 155 55 -
CMYK 0.34 0 0.65 0.39
HSL 91.8º 0.48% 0.41% -
HSV(B) 91.8º 0.65% 0.61% -
XYZ 17.89 26.54 7.79 -
YUV 127.75 86.94 109.63 -
System Red Green Blue C M Y K H S L
Decimal 102 155 55 0.34 0 0.65 0.39 91.8 0.48 0.41
Hex 66 9B 37 22 0 41 27 5C 30 29
Octal 146 233 67 42 0 101 47 134 60 51
Binary 1100110 10011011 110111 100010 0 1000001 100111 1011100 110000 101001

Color Harmonies of #669B37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669B37

Black with #669B37

Text Example


Text Example

White with #669B37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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