Html Css Color HEX #66851E Olive Drab

📋 copy color: '#66851E'

red 102 ◦ green 133 ◦ blue 30

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

Shades of Olive Drab #66851E

Tints of Olive Drab #66851E

RGB

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

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

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

R = 38.49%
G = 50.19%
B = 11.32%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.77

 K value IS 0.48

RGB Variations

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

Color information

#66851E (or 0x66851E) is known color: Olive Drab. HEX triplet: 66, 85 and 1E. RGB value is (102,133,30). Sum of RGB (Red+Green+Blue) = 102+133+30=265 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.49% from 265); Green value is 133 (52.34% from 255 or 50.19% from 265); Blue value is 30 (12.11% from 255 or 11.32% from 265); Max value from RGB is 133 - color contains mainly: green. Hex color #66851E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66851E is #997AE1. Grayscale: #707070. Windows color (decimal): -10058466 or 2000230. OLE color: 2000230.

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

Color convert

RGB 102 133 30 -
CMYK 0.23 0 0.77 0.48
HSL 78.06º 0.63% 0.32% -
HSV(B) 78.06º 0.77% 0.52% -
XYZ 14.1 19.69 4.29 -
YUV 111.99 81.73 120.88 -
System Red Green Blue C M Y K H S L
Decimal 102 133 30 0.23 0 0.77 0.48 78.06 0.63 0.32
Hex 66 85 1E 17 0 4D 30 4E 3F 20
Octal 146 205 36 27 0 115 60 116 77 40
Binary 1100110 10000101 11110 10111 0 1001101 110000 1001110 111111 100000

Color Harmonies of #66851E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66851E

Black with #66851E

Text Example


Text Example

White with #66851E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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