Html Css Color HEX #668331 Olive Drab

📋 copy color: '#668331'

red 102 ◦ green 131 ◦ blue 49

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

Shades of Olive Drab #668331

Tints of Olive Drab #668331

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 17.38%

R = 36.17%
G = 46.45%
B = 17.38%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.63

 K value IS 0.49

RGB Variations

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

Color information

#668331 (or 0x668331) is known color: Olive Drab. HEX triplet: 66, 83 and 31. RGB value is (102,131,49). Sum of RGB (Red+Green+Blue) = 102+131+49=282 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.17% from 282); Green value is 131 (51.56% from 255 or 46.45% from 282); Blue value is 49 (19.53% from 255 or 17.38% from 282); Max value from RGB is 131 - color contains mainly: green. Hex color #668331 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668331 is #997CCE. Grayscale: #717171. Windows color (decimal): -10058959 or 3244902. OLE color: 3244902.

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

Color convert

RGB 102 131 49 -
CMYK 0.22 0 0.63 0.49
HSL 81.22º 0.46% 0.35% -
HSV(B) 81.22º 0.63% 0.51% -
XYZ 14.15 19.28 5.88 -
YUV 112.98 91.89 120.17 -
System Red Green Blue C M Y K H S L
Decimal 102 131 49 0.22 0 0.63 0.49 81.22 0.46 0.35
Hex 66 83 31 16 0 3F 31 51 2E 23
Octal 146 203 61 26 0 77 61 121 56 43
Binary 1100110 10000011 110001 10110 0 111111 110001 1010001 101110 100011

Color Harmonies of #668331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668331

Black with #668331

Text Example


Text Example

White with #668331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668331; }

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

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

background-color css

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

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

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

border-color css

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

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

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