Html Css Color HEX #668233 Olive Drab

📋 copy color: '#668233'

red 102 ◦ green 130 ◦ blue 51

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

Shades of Olive Drab #668233

Tints of Olive Drab #668233

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 18.02%

R = 36.04%
G = 45.94%
B = 18.02%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.61

 K value IS 0.49

RGB Variations

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

Color information

#668233 (or 0x668233) is known color: Olive Drab. HEX triplet: 66, 82 and 33. RGB value is (102,130,51). Sum of RGB (Red+Green+Blue) = 102+130+51=283 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.04% from 283); Green value is 130 (51.17% from 255 or 45.94% from 283); Blue value is 51 (20.31% from 255 or 18.02% from 283); Max value from RGB is 130 - color contains mainly: green. Hex color #668233 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668233 is #997DCC. Grayscale: #707070. Windows color (decimal): -10059213 or 3375718. OLE color: 3375718.

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

Color convert

RGB 102 130 51 -
CMYK 0.22 0 0.61 0.49
HSL 81.27º 0.44% 0.35% -
HSV(B) 81.27º 0.61% 0.51% -
XYZ 14.06 19.03 6.06 -
YUV 112.62 93.22 120.42 -
System Red Green Blue C M Y K H S L
Decimal 102 130 51 0.22 0 0.61 0.49 81.27 0.44 0.35
Hex 66 82 33 16 0 3D 31 51 2C 23
Octal 146 202 63 26 0 75 61 121 54 43
Binary 1100110 10000010 110011 10110 0 111101 110001 1010001 101100 100011

Color Harmonies of #668233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668233

Black with #668233

Text Example


Text Example

White with #668233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668233; }

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

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

background-color css

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

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

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

border-color css

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

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

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