Html Css Color HEX #66871F Olive Drab

📋 copy color: '#66871F'

red 102 ◦ green 135 ◦ blue 31

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

Shades of Olive Drab #66871F

Tints of Olive Drab #66871F

RGB

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

 GREEN value IS 135 (53.13% from 255) = 50.37%

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

R = 38.06%
G = 50.37%
B = 11.57%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.77

 K value IS 0.47

RGB Variations

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

Color information

#66871F (or 0x66871F) is known color: Olive Drab. HEX triplet: 66, 87 and 1F. RGB value is (102,135,31). Sum of RGB (Red+Green+Blue) = 102+135+31=268 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.06% from 268); Green value is 135 (53.12% from 255 or 50.37% from 268); Blue value is 31 (12.5% from 255 or 11.57% from 268); Max value from RGB is 135 - color contains mainly: green. Hex color #66871F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66871F is #9978E0. Grayscale: #717171. Windows color (decimal): -10057953 or 2066278. OLE color: 2066278.

HSL color Cylindrical-coordinate representation of color #66871F: hue angle of 79.04º 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 #66871F is Cyan = 0.24, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.47.

Color convert

RGB 102 135 31 -
CMYK 0.24 0 0.77 0.47
HSL 79.04º 0.63% 0.33% -
HSV(B) 79.04º 0.77% 0.53% -
XYZ 14.39 20.25 4.45 -
YUV 113.28 81.57 119.96 -
System Red Green Blue C M Y K H S L
Decimal 102 135 31 0.24 0 0.77 0.47 79.04 0.63 0.33
Hex 66 87 1F 18 0 4D 2F 4F 3F 21
Octal 146 207 37 30 0 115 57 117 77 41
Binary 1100110 10000111 11111 11000 0 1001101 101111 1001111 111111 100001

Color Harmonies of #66871F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66871F

Black with #66871F

Text Example


Text Example

White with #66871F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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