#68831E

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

Shades of Olive Drab #68831E

Tints of Olive Drab #68831E

Color information

#68831E (or 0x68831E) is unknown color: approx Olive Drab. HEX triplet: 68, 83 and 1E. RGB value is (104,131,30). Sum of RGB (Red+Green+Blue) = 104+131+30=265 (35% of max value = 765). Red value is 104 (41.02% from 255 or 39.25% from 265); Green value is 131 (51.56% from 255 or 49.43% from 265); Blue value is 30 (12.11% from 255 or 11.32% from 265); Max value from RGB is 131 - color contains mainly: green. Hex color #68831E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68831E is #977CE1. Grayscale: #6F6F6F. Windows color (decimal): -9927906 or 1999720. OLE color: 1999720.

HSL color Cylindrical-coordinate representation of color #68831E: hue angle of 76.04º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #68831E is Cyan = 0.21, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.49.

Color convert

RGB10413130-
CMYK0.2100.770.49
HSL76.04º62.73%31.57%-
HSV(B)76.04º77.1%51.37%-
XYZ14.0619.274.21-
YUV111.4182.05122.71-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 39.25%
GREEN value IS 131 (51.56% from 255) = 49.43%
BLUE value IS 30 (12.11% from 255) = 11.32%
R=39.25%
G=49.43%
B=11.32%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal104131300.2100.770.4976.0462.7331.57
Hex68831E1504D314c3f20
Octal15020336250115611147740
Binary1101000100000111111010101010011011100011001100111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68831E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68831E; }

 p { color: rgb(104,131,30); }

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

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

 a { background-color: rgb(104,131,30); }

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

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

 span { border-color: rgb(104,131,30); }

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