Html Css Color HEX #669822 Limeade

📋 copy color: '#669822'

red 102 ◦ green 152 ◦ blue 34

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

Shades of Limeade #669822

Tints of Limeade #669822

RGB

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

 GREEN value IS 152 (59.77% from 255) = 52.78%

 BLUE value IS 34 (13.67% from 255) = 11.81%

R = 35.42%
G = 52.78%
B = 11.81%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.78

 K value IS 0.40

RGB Variations

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

Color information

#669822 (or 0x669822) is known color: Limeade. HEX triplet: 66, 98 and 22. RGB value is (102,152,34). Sum of RGB (Red+Green+Blue) = 102+152+34=288 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.42% from 288); Green value is 152 (59.77% from 255 or 52.78% from 288); Blue value is 34 (13.67% from 255 or 11.81% from 288); Max value from RGB is 152 - color contains mainly: green. Hex color #669822 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #669822 is #9967DD. Grayscale: #7C7C7C. Windows color (decimal): -10053598 or 2267238. OLE color: 2267238.

HSL color Cylindrical-coordinate representation of color #669822: hue angle of 85.42º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #669822 is Cyan = 0.33, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.40.

Color convert

RGB 102 152 34 -
CMYK 0.33 0 0.78 0.40
HSL 85.42º 0.63% 0.36% -
HSV(B) 85.42º 0.78% 0.6% -
XYZ 17 25.4 5.52 -
YUV 123.6 77.44 112.59 -
System Red Green Blue C M Y K H S L
Decimal 102 152 34 0.33 0 0.78 0.40 85.42 0.63 0.36
Hex 66 98 22 21 0 4E 28 55 3F 24
Octal 146 230 42 41 0 116 50 125 77 44
Binary 1100110 10011000 100010 100001 0 1001110 101000 1010101 111111 100100

Color Harmonies of #669822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669822

Black with #669822

Text Example


Text Example

White with #669822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669822; }

 p { color: rgb(102,152,34); }

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

background-color css

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

 a { background-color: rgb(102,152,34); }

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

border-color css

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

 span { border-color: rgb(102,152,34); }

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