Html Css Color HEX #66871E Olive Drab

📋 copy color: '#66871E'

red 102 ◦ green 135 ◦ blue 30

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

Shades of Olive Drab #66871E

Tints of Olive Drab #66871E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 11.24%

R = 38.2%
G = 50.56%
B = 11.24%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.78

 K value IS 0.47

RGB Variations

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

Color information

#66871E (or 0x66871E) is known color: Olive Drab. HEX triplet: 66, 87 and 1E. RGB value is (102,135,30). Sum of RGB (Red+Green+Blue) = 102+135+30=267 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.20% from 267); Green value is 135 (53.12% from 255 or 50.56% from 267); Blue value is 30 (12.11% from 255 or 11.24% from 267); Max value from RGB is 135 - color contains mainly: green. Hex color #66871E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66871E is #9978E1. Grayscale: #717171. Windows color (decimal): -10057954 or 2000742. OLE color: 2000742.

HSL color Cylindrical-coordinate representation of color #66871E: hue angle of 78.86º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #66871E is Cyan = 0.24, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.47.

Color convert

RGB 102 135 30 -
CMYK 0.24 0 0.78 0.47
HSL 78.86º 0.64% 0.32% -
HSV(B) 78.86º 0.78% 0.53% -
XYZ 14.38 20.25 4.38 -
YUV 113.16 81.07 120.04 -
System Red Green Blue C M Y K H S L
Decimal 102 135 30 0.24 0 0.78 0.47 78.86 0.64 0.32
Hex 66 87 1E 18 0 4E 2F 4F 40 20
Octal 146 207 36 30 0 116 57 117 100 40
Binary 1100110 10000111 11110 11000 0 1001110 101111 1001111 1000000 100000

Color Harmonies of #66871E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66871E

Black with #66871E

Text Example


Text Example

White with #66871E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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