Html Css Color HEX #66842F Olive Drab

📋 copy color: '#66842F'

red 102 ◦ green 132 ◦ blue 47

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

Shades of Olive Drab #66842F

Tints of Olive Drab #66842F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 16.73%

R = 36.3%
G = 46.98%
B = 16.73%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.64

 K value IS 0.48

RGB Variations

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

Color information

#66842F (or 0x66842F) is known color: Olive Drab. HEX triplet: 66, 84 and 2F. RGB value is (102,132,47). Sum of RGB (Red+Green+Blue) = 102+132+47=281 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.30% from 281); Green value is 132 (51.95% from 255 or 46.98% from 281); Blue value is 47 (18.75% from 255 or 16.73% from 281); Max value from RGB is 132 - color contains mainly: green. Hex color #66842F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66842F is #997BD0. Grayscale: #717171. Windows color (decimal): -10058705 or 3114086. OLE color: 3114086.

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

Color convert

RGB 102 132 47 -
CMYK 0.23 0 0.64 0.48
HSL 81.18º 0.47% 0.35% -
HSV(B) 81.18º 0.64% 0.52% -
XYZ 14.24 19.53 5.71 -
YUV 113.34 90.56 119.91 -
System Red Green Blue C M Y K H S L
Decimal 102 132 47 0.23 0 0.64 0.48 81.18 0.47 0.35
Hex 66 84 2F 17 0 40 30 51 2F 23
Octal 146 204 57 27 0 100 60 121 57 43
Binary 1100110 10000100 101111 10111 0 1000000 110000 1010001 101111 100011

Color Harmonies of #66842F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66842F

Black with #66842F

Text Example


Text Example

White with #66842F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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