#668134

Color #668134 Olive Drab (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Drab #668134

Tints of Olive Drab #668134

Color information

#668134 (or 0x668134) is unknown color: approx Olive Drab. HEX triplet: 66, 81 and 34. RGB value is (102,129,52). Sum of RGB (Red+Green+Blue) = 102+129+52=283 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.04% from 283); Green value is 129 (50.78% from 255 or 45.58% from 283); Blue value is 52 (20.70% from 255 or 18.37% from 283); Max value from RGB is 129 - color contains mainly: green. Hex color #668134 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668134 is #997ECB. Grayscale: #707070. Windows color (decimal): -10059468 or 3440998. OLE color: 3440998.

HSL color Cylindrical-coordinate representation of color #668134: hue angle of 81.04º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #668134 is Cyan = 0.21, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.49.

Color convert

RGB10212952-
CMYK0.2100.600.49
HSL81.04º42.54%35.49%-
HSV(B)81.04º59.69%50.59%-
XYZ13.9518.776.14-
YUV112.1594.05120.76-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 36.04%
GREEN value IS 129 (50.78% from 255) = 45.58%
BLUE value IS 52 (20.70% from 255) = 18.37%
R=36.04%
G=45.58%
B=18.37%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal102129520.2100.600.4981.0442.5435.49
Hex6681341503C31512b23
Octal1462016425074611215343
Binary1100110100000011101001010101111001100011010001101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668134; }

 p { color: rgb(102,129,52); }

 H1.HeaderClassName
 {
   color: #668134;
 }
 .AnyTagClassName
 {
   color: #668134;
 }
</style>
background-color css

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

 a { background-color: rgb(102,129,52); }

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

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

 span { border-color: rgb(102,129,52); }

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