Html Css Color HEX #668520 Olive Drab

📋 copy color: '#668520'

red 102 ◦ green 133 ◦ blue 32

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

Shades of Olive Drab #668520

Tints of Olive Drab #668520

RGB

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

 GREEN value IS 133 (52.34% from 255) = 49.81%

 BLUE value IS 32 (12.89% from 255) = 11.99%

R = 38.2%
G = 49.81%
B = 11.99%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.76

 K value IS 0.48

RGB Variations

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

Color information

#668520 (or 0x668520) is known color: Olive Drab. HEX triplet: 66, 85 and 20. RGB value is (102,133,32). Sum of RGB (Red+Green+Blue) = 102+133+32=267 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.20% from 267); Green value is 133 (52.34% from 255 or 49.81% from 267); Blue value is 32 (12.89% from 255 or 11.99% from 267); Max value from RGB is 133 - color contains mainly: green. Hex color #668520 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668520 is #997ADF. Grayscale: #707070. Windows color (decimal): -10058464 or 2131302. OLE color: 2131302.

HSL color Cylindrical-coordinate representation of color #668520: hue angle of 78.42º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #668520 is Cyan = 0.23, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.48.

Color convert

RGB 102 133 32 -
CMYK 0.23 0 0.76 0.48
HSL 78.42º 0.61% 0.32% -
HSV(B) 78.42º 0.76% 0.52% -
XYZ 14.13 19.7 4.43 -
YUV 112.22 82.73 120.71 -
System Red Green Blue C M Y K H S L
Decimal 102 133 32 0.23 0 0.76 0.48 78.42 0.61 0.32
Hex 66 85 20 17 0 4C 30 4E 3D 20
Octal 146 205 40 27 0 114 60 116 75 40
Binary 1100110 10000101 100000 10111 0 1001100 110000 1001110 111101 100000

Color Harmonies of #668520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668520

Black with #668520

Text Example


Text Example

White with #668520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668520; }

 p { color: rgb(102,133,32); }

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

background-color css

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

 a { background-color: rgb(102,133,32); }

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

border-color css

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

 span { border-color: rgb(102,133,32); }

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