Html Css Color HEX #66842D Olive Drab

📋 copy color: '#66842D'

red 102 ◦ green 132 ◦ blue 45

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

Shades of Olive Drab #66842D

Tints of Olive Drab #66842D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 16.13%

R = 36.56%
G = 47.31%
B = 16.13%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.66

 K value IS 0.48

RGB Variations

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

Color information

#66842D (or 0x66842D) is known color: Olive Drab. HEX triplet: 66, 84 and 2D. RGB value is (102,132,45). Sum of RGB (Red+Green+Blue) = 102+132+45=279 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.56% from 279); Green value is 132 (51.95% from 255 or 47.31% from 279); Blue value is 45 (17.97% from 255 or 16.13% from 279); Max value from RGB is 132 - color contains mainly: green. Hex color #66842D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66842D is #997BD2. Grayscale: #717171. Windows color (decimal): -10058707 or 2983014. OLE color: 2983014.

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

Color convert

RGB 102 132 45 -
CMYK 0.23 0 0.66 0.48
HSL 80.69º 0.49% 0.35% -
HSV(B) 80.69º 0.66% 0.52% -
XYZ 14.2 19.52 5.5 -
YUV 113.11 89.56 120.07 -
System Red Green Blue C M Y K H S L
Decimal 102 132 45 0.23 0 0.66 0.48 80.69 0.49 0.35
Hex 66 84 2D 17 0 42 30 51 31 23
Octal 146 204 55 27 0 102 60 121 61 43
Binary 1100110 10000100 101101 10111 0 1000010 110000 1010001 110001 100011

Color Harmonies of #66842D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66842D

Black with #66842D

Text Example


Text Example

White with #66842D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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