#68970F

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

Shades of Olive Drab #68970F

Tints of Olive Drab #68970F

Color information

#68970F (or 0x68970F) is unknown color: approx Olive Drab. HEX triplet: 68, 97 and 0F. RGB value is (104,151,15). Sum of RGB (Red+Green+Blue) = 104+151+15=270 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.52% from 270); Green value is 151 (59.38% from 255 or 55.93% from 270); Blue value is 15 (6.25% from 255 or 5.56% from 270); Max value from RGB is 151 - color contains mainly: green. Hex color #68970F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #68970F is #9768F0. Grayscale: #797979. Windows color (decimal): -9922801 or 1021800. OLE color: 1021800.

HSL color Cylindrical-coordinate representation of color #68970F: hue angle of 80.74º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #68970F is Cyan = 0.31, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.41.

Color convert

RGB10415115-
CMYK0.3100.900.41
HSL80.74º81.93%32.55%-
HSV(B)80.74º90.07%59.22%-
XYZ16.8625.114.41-
YUV121.4467.93115.56-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 38.52%
GREEN value IS 151 (59.38% from 255) = 55.93%
BLUE value IS 15 (6.25% from 255) = 5.56%
R=38.52%
G=55.93%
B=5.56%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal104151150.3100.900.4180.7481.9332.55
Hex6897F1F05A29515221
Octal150227173701325112112241
Binary1101000100101111111111110101101010100110100011010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68970F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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