#68840F

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

Shades of Olive Drab #68840F

Tints of Olive Drab #68840F

Color information

#68840F (or 0x68840F) is unknown color: approx Olive Drab. HEX triplet: 68, 84 and 0F. RGB value is (104,132,15). Sum of RGB (Red+Green+Blue) = 104+132+15=251 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.43% from 251); Green value is 132 (51.95% from 255 or 52.59% from 251); Blue value is 15 (6.25% from 255 or 5.98% from 251); Max value from RGB is 132 - color contains mainly: green. Hex color #68840F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #68840F is #977BF0. Grayscale: #6E6E6E. Windows color (decimal): -9927665 or 1016936. OLE color: 1016936.

HSL color Cylindrical-coordinate representation of color #68840F: hue angle of 74.36º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #68840F is Cyan = 0.21, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.48.

Color convert

RGB10413215-
CMYK0.2100.890.48
HSL74.36º79.59%28.82%-
HSV(B)74.36º88.64%51.76%-
XYZ14.0519.483.47-
YUV110.2974.22123.51-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 41.43%
GREEN value IS 132 (51.95% from 255) = 52.59%
BLUE value IS 15 (6.25% from 255) = 5.98%
R=41.43%
G=52.59%
B=5.98%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal104132150.2100.890.4874.3679.5928.82
Hex6884F15059304a501d
Octal150204172501316011212035
Binary110100010000100111110101010110011100001001010101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68840F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68840F; }

 p { color: rgb(104,132,15); }

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

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

 a { background-color: rgb(104,132,15); }

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

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

 span { border-color: rgb(104,132,15); }

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