Html Css Color HEX #66841F Olive Drab

📋 copy color: '#66841F'

red 102 ◦ green 132 ◦ blue 31

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

Shades of Olive Drab #66841F

Tints of Olive Drab #66841F

RGB

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

 GREEN value IS 132 (51.95% from 255) = 49.81%

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

R = 38.49%
G = 49.81%
B = 11.7%

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

#66841F (or 0x66841F) is known color: Olive Drab. HEX triplet: 66, 84 and 1F. RGB value is (102,132,31). Sum of RGB (Red+Green+Blue) = 102+132+31=265 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.49% from 265); Green value is 132 (51.95% from 255 or 49.81% from 265); Blue value is 31 (12.5% from 255 or 11.70% from 265); Max value from RGB is 132 - color contains mainly: green. Hex color #66841F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66841F is #997BE0. Grayscale: #6F6F6F. Windows color (decimal): -10058721 or 2065510. OLE color: 2065510.

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

Color convert

RGB 102 132 31 -
CMYK 0.23 0 0.77 0.48
HSL 77.82º 0.62% 0.32% -
HSV(B) 77.82º 0.77% 0.52% -
XYZ 13.98 19.43 4.31 -
YUV 111.52 82.56 121.21 -
System Red Green Blue C M Y K H S L
Decimal 102 132 31 0.23 0 0.77 0.48 77.82 0.62 0.32
Hex 66 84 1F 17 0 4D 30 4E 3E 20
Octal 146 204 37 27 0 115 60 116 76 40
Binary 1100110 10000100 11111 10111 0 1001101 110000 1001110 111110 100000

Color Harmonies of #66841F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66841F

Black with #66841F

Text Example


Text Example

White with #66841F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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