Html Css Color HEX #668329 Olive Drab

📋 copy color: '#668329'

red 102 ◦ green 131 ◦ blue 41

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

Shades of Olive Drab #668329

Tints of Olive Drab #668329

RGB

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

 GREEN value IS 131 (51.56% from 255) = 47.81%

 BLUE value IS 41 (16.41% from 255) = 14.96%

R = 37.23%
G = 47.81%
B = 14.96%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.69

 K value IS 0.49

RGB Variations

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

Color information

#668329 (or 0x668329) is known color: Olive Drab. HEX triplet: 66, 83 and 29. RGB value is (102,131,41). Sum of RGB (Red+Green+Blue) = 102+131+41=274 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.23% from 274); Green value is 131 (51.56% from 255 or 47.81% from 274); Blue value is 41 (16.41% from 255 or 14.96% from 274); Max value from RGB is 131 - color contains mainly: green. Hex color #668329 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668329 is #997CD6. Grayscale: #707070. Windows color (decimal): -10058967 or 2720614. OLE color: 2720614.

HSL color Cylindrical-coordinate representation of color #668329: hue angle of 79.33º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #668329 is Cyan = 0.22, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.49.

Color convert

RGB 102 131 41 -
CMYK 0.22 0 0.69 0.49
HSL 79.33º 0.52% 0.34% -
HSV(B) 79.33º 0.69% 0.51% -
XYZ 14 19.22 5.07 -
YUV 112.07 87.89 120.82 -
System Red Green Blue C M Y K H S L
Decimal 102 131 41 0.22 0 0.69 0.49 79.33 0.52 0.34
Hex 66 83 29 16 0 45 31 4F 34 22
Octal 146 203 51 26 0 105 61 117 64 42
Binary 1100110 10000011 101001 10110 0 1000101 110001 1001111 110100 100010

Color Harmonies of #668329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668329

Black with #668329

Text Example


Text Example

White with #668329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668329; }

 p { color: rgb(102,131,41); }

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

background-color css

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

 a { background-color: rgb(102,131,41); }

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

border-color css

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

 span { border-color: rgb(102,131,41); }

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