Html Css Color HEX #669734 Limeade

📋 copy color: '#669734'

red 102 ◦ green 151 ◦ blue 52

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

Shades of Limeade #669734

Tints of Limeade #669734

RGB

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

 GREEN value IS 151 (59.38% from 255) = 49.51%

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

R = 33.44%
G = 49.51%
B = 17.05%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.66

 K value IS 0.41

RGB Variations

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

Color information

#669734 (or 0x669734) is known color: Limeade. HEX triplet: 66, 97 and 34. RGB value is (102,151,52). Sum of RGB (Red+Green+Blue) = 102+151+52=305 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.44% from 305); Green value is 151 (59.38% from 255 or 49.51% from 305); Blue value is 52 (20.70% from 255 or 17.05% from 305); Max value from RGB is 151 - color contains mainly: green. Hex color #669734 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #669734 is #9968CB. Grayscale: #7D7D7D. Windows color (decimal): -10053836 or 3446630. OLE color: 3446630.

HSL color Cylindrical-coordinate representation of color #669734: hue angle of 89.7º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #669734 is Cyan = 0.32, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.41.

Color convert

RGB 102 151 52 -
CMYK 0.32 0 0.66 0.41
HSL 89.7º 0.49% 0.4% -
HSV(B) 89.7º 0.66% 0.59% -
XYZ 17.17 25.21 7.21 -
YUV 125.06 86.77 111.55 -
System Red Green Blue C M Y K H S L
Decimal 102 151 52 0.32 0 0.66 0.41 89.7 0.49 0.4
Hex 66 97 34 20 0 42 29 5A 31 28
Octal 146 227 64 40 0 102 51 132 61 50
Binary 1100110 10010111 110100 100000 0 1000010 101001 1011010 110001 101000

Color Harmonies of #669734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669734

Black with #669734

Text Example


Text Example

White with #669734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669734; }

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

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

background-color css

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

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

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

border-color css

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

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

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