#68950E

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

Shades of Olive Drab #68950E

Tints of Olive Drab #68950E

Color information

#68950E (or 0x68950E) is unknown color: approx Olive Drab. HEX triplet: 68, 95 and 0E. RGB value is (104,149,14). Sum of RGB (Red+Green+Blue) = 104+149+14=267 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.95% from 267); Green value is 149 (58.59% from 255 or 55.81% from 267); Blue value is 14 (5.86% from 255 or 5.24% from 267); Max value from RGB is 149 - color contains mainly: green. Hex color #68950E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #68950E is #976AF1. Grayscale: #787878. Windows color (decimal): -9923314 or 955752. OLE color: 955752.

HSL color Cylindrical-coordinate representation of color #68950E: hue angle of 80º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #68950E is Cyan = 0.30, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB10414914-
CMYK0.3000.910.42
HSL80º82.82%31.96%-
HSV(B)80º90.6%58.43%-
XYZ16.5424.474.27-
YUV120.1668.09116.48-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 38.95%
GREEN value IS 149 (58.59% from 255) = 55.81%
BLUE value IS 14 (5.86% from 255) = 5.24%
R=38.95%
G=55.81%
B=5.24%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal104149140.3000.910.428082.8231.96
Hex6895E1E05B2A505320
Octal150225163601335212012340
Binary1101000100101011110111100101101110101010100001010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68950E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,149,14); }

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

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

 a { background-color: rgb(104,149,14); }

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

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

 span { border-color: rgb(104,149,14); }

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