#68961F

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

Shades of Olive Drab #68961F

Tints of Olive Drab #68961F

Color information

#68961F (or 0x68961F) is unknown color: approx Olive Drab. HEX triplet: 68, 96 and 1F. RGB value is (104,150,31). Sum of RGB (Red+Green+Blue) = 104+150+31=285 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.49% from 285); Green value is 150 (58.98% from 255 or 52.63% from 285); Blue value is 31 (12.5% from 255 or 10.88% from 285); Max value from RGB is 150 - color contains mainly: green. Hex color #68961F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68961F is #9769E0. Grayscale: #7B7B7B. Windows color (decimal): -9923041 or 2070120. OLE color: 2070120.

HSL color Cylindrical-coordinate representation of color #68961F: hue angle of 83.19º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #68961F is Cyan = 0.31, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.41.

Color convert

RGB10415031-
CMYK0.3100.790.41
HSL83.19º65.75%35.49%-
HSV(B)83.19º79.33%58.82%-
XYZ16.8624.855.21-
YUV122.6876.26114.68-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 36.49%
GREEN value IS 150 (58.98% from 255) = 52.63%
BLUE value IS 31 (12.5% from 255) = 10.88%
R=36.49%
G=52.63%
B=10.88%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal104150310.3100.790.4183.1965.7535.49
Hex68961F1F04F29534223
Octal150226373701175112310243
Binary11010001001011011111111110100111110100110100111000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68961F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,150,31); }

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

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

 a { background-color: rgb(104,150,31); }

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

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

 span { border-color: rgb(104,150,31); }

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