Html Css Color HEX #66842B Olive Drab

📋 copy color: '#66842B'

red 102 ◦ green 132 ◦ blue 43

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

Shades of Olive Drab #66842B

Tints of Olive Drab #66842B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.52%

R = 36.82%
G = 47.65%
B = 15.52%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.67

 K value IS 0.48

RGB Variations

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

Color information

#66842B (or 0x66842B) is known color: Olive Drab. HEX triplet: 66, 84 and 2B. RGB value is (102,132,43). Sum of RGB (Red+Green+Blue) = 102+132+43=277 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.82% from 277); Green value is 132 (51.95% from 255 or 47.65% from 277); Blue value is 43 (17.19% from 255 or 15.52% from 277); Max value from RGB is 132 - color contains mainly: green. Hex color #66842B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66842B is #997BD4. Grayscale: #717171. Windows color (decimal): -10058709 or 2851942. OLE color: 2851942.

HSL color Cylindrical-coordinate representation of color #66842B: hue angle of 80.22º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #66842B is Cyan = 0.23, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.48.

Color convert

RGB 102 132 43 -
CMYK 0.23 0 0.67 0.48
HSL 80.22º 0.51% 0.34% -
HSV(B) 80.22º 0.67% 0.52% -
XYZ 14.17 19.5 5.3 -
YUV 112.88 88.56 120.24 -
System Red Green Blue C M Y K H S L
Decimal 102 132 43 0.23 0 0.67 0.48 80.22 0.51 0.34
Hex 66 84 2B 17 0 43 30 50 33 22
Octal 146 204 53 27 0 103 60 120 63 42
Binary 1100110 10000100 101011 10111 0 1000011 110000 1010000 110011 100010

Color Harmonies of #66842B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66842B

Black with #66842B

Text Example


Text Example

White with #66842B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66842B; }

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

 H1.HeaderClassName
 {
   color: #66842B;
 }
 .AnyTagClassName
 {
   color: #66842B;
 }
</style>

background-color css

<style>
 a { background-color: #66842B; }

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

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

border-color css

<style>
 span { border-color: #66842B; }

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

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