Html Css Color HEX #66881F Olive Drab

📋 copy color: '#66881F'

red 102 ◦ green 136 ◦ blue 31

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

Shades of Olive Drab #66881F

Tints of Olive Drab #66881F

RGB

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

 GREEN value IS 136 (53.52% from 255) = 50.56%

 BLUE value IS 31 (12.5% from 255) = 11.52%

R = 37.92%
G = 50.56%
B = 11.52%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.77

 K value IS 0.47

RGB Variations

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

Color information

#66881F (or 0x66881F) is known color: Olive Drab. HEX triplet: 66, 88 and 1F. RGB value is (102,136,31). Sum of RGB (Red+Green+Blue) = 102+136+31=269 (35% of max value = 765). Red value is 102 (40.23% from 255 or 37.92% from 269); Green value is 136 (53.52% from 255 or 50.56% from 269); Blue value is 31 (12.5% from 255 or 11.52% from 269); Max value from RGB is 136 - color contains mainly: green. Hex color #66881F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66881F is #9977E0. Grayscale: #727272. Windows color (decimal): -10057697 or 2066534. OLE color: 2066534.

HSL color Cylindrical-coordinate representation of color #66881F: hue angle of 79.43º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #66881F is Cyan = 0.25, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.47.

Color convert

RGB 102 136 31 -
CMYK 0.25 0 0.77 0.47
HSL 79.43º 0.63% 0.33% -
HSV(B) 79.43º 0.77% 0.53% -
XYZ 14.53 20.53 4.49 -
YUV 113.86 81.24 119.54 -
System Red Green Blue C M Y K H S L
Decimal 102 136 31 0.25 0 0.77 0.47 79.43 0.63 0.33
Hex 66 88 1F 19 0 4D 2F 4F 3F 21
Octal 146 210 37 31 0 115 57 117 77 41
Binary 1100110 10001000 11111 11001 0 1001101 101111 1001111 111111 100001

Color Harmonies of #66881F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66881F

Black with #66881F

Text Example


Text Example

White with #66881F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66881F; }

 p { color: rgb(102,136,31); }

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

background-color css

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

 a { background-color: rgb(102,136,31); }

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

border-color css

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

 span { border-color: rgb(102,136,31); }

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