Html Css Color HEX #668224 Olive Drab

📋 copy color: '#668224'

red 102 ◦ green 130 ◦ blue 36

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

Shades of Olive Drab #668224

Tints of Olive Drab #668224

RGB

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

 GREEN value IS 130 (51.17% from 255) = 48.51%

 BLUE value IS 36 (14.45% from 255) = 13.43%

R = 38.06%
G = 48.51%
B = 13.43%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.72

 K value IS 0.49

RGB Variations

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

Color information

#668224 (or 0x668224) is known color: Olive Drab. HEX triplet: 66, 82 and 24. RGB value is (102,130,36). Sum of RGB (Red+Green+Blue) = 102+130+36=268 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.06% from 268); Green value is 130 (51.17% from 255 or 48.51% from 268); Blue value is 36 (14.45% from 255 or 13.43% from 268); Max value from RGB is 130 - color contains mainly: green. Hex color #668224 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668224 is #997DDB. Grayscale: #6F6F6F. Windows color (decimal): -10059228 or 2392678. OLE color: 2392678.

HSL color Cylindrical-coordinate representation of color #668224: hue angle of 77.87º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #668224 is Cyan = 0.22, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.49.

Color convert

RGB 102 130 36 -
CMYK 0.22 0 0.72 0.49
HSL 77.87º 0.57% 0.33% -
HSV(B) 77.87º 0.72% 0.51% -
XYZ 13.78 18.92 4.59 -
YUV 110.91 85.72 121.64 -
System Red Green Blue C M Y K H S L
Decimal 102 130 36 0.22 0 0.72 0.49 77.87 0.57 0.33
Hex 66 82 24 16 0 48 31 4E 39 21
Octal 146 202 44 26 0 110 61 116 71 41
Binary 1100110 10000010 100100 10110 0 1001000 110001 1001110 111001 100001

Color Harmonies of #668224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668224

Black with #668224

Text Example


Text Example

White with #668224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668224; }

 p { color: rgb(102,130,36); }

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

background-color css

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

 a { background-color: rgb(102,130,36); }

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

border-color css

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

 span { border-color: rgb(102,130,36); }

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