#668628

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

Shades of Olive Drab #668628

Tints of Olive Drab #668628

Color information

#668628 (or 0x668628) is unknown color: approx Olive Drab. HEX triplet: 66, 86 and 28. RGB value is (102,134,40). Sum of RGB (Red+Green+Blue) = 102+134+40=276 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.96% from 276); Green value is 134 (52.73% from 255 or 48.55% from 276); Blue value is 40 (16.02% from 255 or 14.49% from 276); Max value from RGB is 134 - color contains mainly: green. Hex color #668628 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668628 is #9979D7. Grayscale: #727272. Windows color (decimal): -10058200 or 2655846. OLE color: 2655846.

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

Color convert

RGB10213440-
CMYK0.2400.700.47
HSL80.43º54.02%34.12%-
HSV(B)80.43º70.15%52.55%-
XYZ14.3920.035.12-
YUV113.7286.4119.64-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 36.96%
GREEN value IS 134 (52.73% from 255) = 48.55%
BLUE value IS 40 (16.02% from 255) = 14.49%
R=36.96%
G=48.55%
B=14.49%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal102134400.2400.700.4780.4354.0234.12
Hex668628180462F503622
Octal14620650300106571206642
Binary11001101000011010100011000010001101011111010000110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668628; }

 p { color: rgb(102,134,40); }

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

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

 a { background-color: rgb(102,134,40); }

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

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

 span { border-color: rgb(102,134,40); }

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