Html Css Color HEX #66841E Olive Drab

📋 copy color: '#66841E'

red 102 ◦ green 132 ◦ blue 30

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

Shades of Olive Drab #66841E

Tints of Olive Drab #66841E

RGB

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

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

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

R = 38.64%
G = 50%
B = 11.36%

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

#66841E (or 0x66841E) is known color: Olive Drab. HEX triplet: 66, 84 and 1E. RGB value is (102,132,30). Sum of RGB (Red+Green+Blue) = 102+132+30=264 (34% of max value = 765). Red value is 102 (40.23% from 255 or 38.64% from 264); Green value is 132 (51.95% from 255 or 50% from 264); Blue value is 30 (12.11% from 255 or 11.36% from 264); Max value from RGB is 132 - color contains mainly: green. Hex color #66841E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66841E is #997BE1. Grayscale: #6F6F6F. Windows color (decimal): -10058722 or 1999974. OLE color: 1999974.

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

Color convert

RGB 102 132 30 -
CMYK 0.23 0 0.77 0.48
HSL 77.65º 0.63% 0.32% -
HSV(B) 77.65º 0.77% 0.52% -
XYZ 13.97 19.42 4.24 -
YUV 111.4 82.06 121.29 -
System Red Green Blue C M Y K H S L
Decimal 102 132 30 0.23 0 0.77 0.48 77.65 0.63 0.32
Hex 66 84 1E 17 0 4D 30 4E 3F 20
Octal 146 204 36 27 0 115 60 116 77 40
Binary 1100110 10000100 11110 10111 0 1001101 110000 1001110 111111 100000

Color Harmonies of #66841E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66841E

Black with #66841E

Text Example


Text Example

White with #66841E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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