Html Css Color HEX #66851F Olive Drab

📋 copy color: '#66851F'

red 102 ◦ green 133 ◦ blue 31

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

Shades of Olive Drab #66851F

Tints of Olive Drab #66851F

RGB

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

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

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

R = 38.35%
G = 50%
B = 11.65%

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

#66851F (or 0x66851F) is known color: Olive Drab. HEX triplet: 66, 85 and 1F. RGB value is (102,133,31). Sum of RGB (Red+Green+Blue) = 102+133+31=266 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.35% from 266); Green value is 133 (52.34% from 255 or 50% from 266); Blue value is 31 (12.5% from 255 or 11.65% from 266); Max value from RGB is 133 - color contains mainly: green. Hex color #66851F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66851F is #997AE0. Grayscale: #707070. Windows color (decimal): -10058465 or 2065766. OLE color: 2065766.

HSL color Cylindrical-coordinate representation of color #66851F: hue angle of 78.24º degrees, saturation: 0.62, 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 #66851F is Cyan = 0.23, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.48.

Color convert

RGB 102 133 31 -
CMYK 0.23 0 0.77 0.48
HSL 78.24º 0.62% 0.32% -
HSV(B) 78.24º 0.77% 0.52% -
XYZ 14.11 19.7 4.35 -
YUV 112.1 82.23 120.79 -
System Red Green Blue C M Y K H S L
Decimal 102 133 31 0.23 0 0.77 0.48 78.24 0.62 0.32
Hex 66 85 1F 17 0 4D 30 4E 3E 20
Octal 146 205 37 27 0 115 60 116 76 40
Binary 1100110 10000101 11111 10111 0 1001101 110000 1001110 111110 100000

Color Harmonies of #66851F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66851F

Black with #66851F

Text Example


Text Example

White with #66851F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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