#668427

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

Shades of Olive Drab #668427

Tints of Olive Drab #668427

Color information

#668427 (or 0x668427) is unknown color: approx Olive Drab. HEX triplet: 66, 84 and 27. RGB value is (102,132,39). Sum of RGB (Red+Green+Blue) = 102+132+39=273 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.36% from 273); Green value is 132 (51.95% from 255 or 48.35% from 273); Blue value is 39 (15.62% from 255 or 14.29% from 273); Max value from RGB is 132 - color contains mainly: green. Hex color #668427 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668427 is #997BD8. Grayscale: #707070. Windows color (decimal): -10058713 or 2589798. OLE color: 2589798.

HSL color Cylindrical-coordinate representation of color #668427: hue angle of 79.35º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #668427 is Cyan = 0.23, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.48.

Color convert

RGB10213239-
CMYK0.2300.700.48
HSL79.35º54.39%33.53%-
HSV(B)79.35º70.45%51.76%-
XYZ14.119.474.94-
YUV112.4386.56120.56-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 37.36%
GREEN value IS 132 (51.95% from 255) = 48.35%
BLUE value IS 39 (15.62% from 255) = 14.29%
R=37.36%
G=48.35%
B=14.29%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal102132390.2300.700.4879.3554.3933.53
Hex66842717046304f3622
Octal14620447270106601176642
Binary11001101000010010011110111010001101100001001111110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668427; }

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

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

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

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

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

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

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

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