#68821A

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

Shades of Olive Drab #68821A

Tints of Olive Drab #68821A

Color information

#68821A (or 0x68821A) is unknown color: approx Olive Drab. HEX triplet: 68, 82 and 1A. RGB value is (104,130,26). Sum of RGB (Red+Green+Blue) = 104+130+26=260 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40% from 260); Green value is 130 (51.17% from 255 or 50% from 260); Blue value is 26 (10.55% from 255 or 10% from 260); Max value from RGB is 130 - color contains mainly: green. Hex color #68821A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68821A is #977DE5. Grayscale: #6E6E6E. Windows color (decimal): -9928166 or 1737320. OLE color: 1737320.

HSL color Cylindrical-coordinate representation of color #68821A: hue angle of 75º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #68821A is Cyan = 0.2, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.49.

Color convert

RGB10413026-
CMYK0.200.80.49
HSL75º66.67%30.59%-
HSV(B)75º80%50.98%-
XYZ13.8818.983.91-
YUV110.3780.39123.46-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 40%
GREEN value IS 130 (51.17% from 255) = 50%
BLUE value IS 26 (10.55% from 255) = 10%
R=40%
G=50%
B=10%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.8
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal104130260.200.80.497566.6730.59
Hex68821A14050314b431f
Octal150202322401206111310337
Binary1101000100000101101010100010100001100011001011100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68821A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68821A; }

 p { color: rgb(104,130,26); }

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

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

 a { background-color: rgb(104,130,26); }

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

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

 span { border-color: rgb(104,130,26); }

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