Html Css Color HEX #669B34 Limeade

📋 copy color: '#669B34'

red 102 ◦ green 155 ◦ blue 52

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

Shades of Limeade #669B34

Tints of Limeade #669B34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 16.83%

R = 33.01%
G = 50.16%
B = 16.83%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.66

 K value IS 0.39

RGB Variations

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

Color information

#669B34 (or 0x669B34) is known color: Limeade. HEX triplet: 66, 9B and 34. RGB value is (102,155,52). Sum of RGB (Red+Green+Blue) = 102+155+52=309 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.01% from 309); Green value is 155 (60.94% from 255 or 50.16% from 309); Blue value is 52 (20.70% from 255 or 16.83% from 309); Max value from RGB is 155 - color contains mainly: green. Hex color #669B34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #669B34 is #9964CB. Grayscale: #7F7F7F. Windows color (decimal): -10052812 or 3447654. OLE color: 3447654.

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

Color convert

RGB 102 155 52 -
CMYK 0.34 0 0.66 0.39
HSL 90.87º 0.5% 0.41% -
HSV(B) 90.87º 0.66% 0.61% -
XYZ 17.82 26.52 7.43 -
YUV 127.41 85.44 109.88 -
System Red Green Blue C M Y K H S L
Decimal 102 155 52 0.34 0 0.66 0.39 90.87 0.5 0.41
Hex 66 9B 34 22 0 42 27 5B 32 29
Octal 146 233 64 42 0 102 47 133 62 51
Binary 1100110 10011011 110100 100010 0 1000010 100111 1011011 110010 101001

Color Harmonies of #669B34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669B34

Black with #669B34

Text Example


Text Example

White with #669B34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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