#68862F

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

Shades of Olive Drab #68862F

Tints of Olive Drab #68862F

Color information

#68862F (or 0x68862F) is unknown color: approx Olive Drab. HEX triplet: 68, 86 and 2F. RGB value is (104,134,47). Sum of RGB (Red+Green+Blue) = 104+134+47=285 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.49% from 285); Green value is 134 (52.73% from 255 or 47.02% from 285); Blue value is 47 (18.75% from 255 or 16.49% from 285); Max value from RGB is 134 - color contains mainly: green. Hex color #68862F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68862F is #9779D0. Grayscale: #737373. Windows color (decimal): -9927121 or 3114600. OLE color: 3114600.

HSL color Cylindrical-coordinate representation of color #68862F: hue angle of 80.69º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #68862F is Cyan = 0.22, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.47.

Color convert

RGB10413447-
CMYK0.2200.650.47
HSL80.69º48.07%35.49%-
HSV(B)80.69º64.93%52.55%-
XYZ14.7520.25.81-
YUV115.1189.56120.07-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 36.49%
GREEN value IS 134 (52.73% from 255) = 47.02%
BLUE value IS 47 (18.75% from 255) = 16.49%
R=36.49%
G=47.02%
B=16.49%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal104134470.2200.650.4780.6948.0735.49
Hex68862F160412F513023
Octal15020657260101571216043
Binary11010001000011010111110110010000011011111010001110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68862F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,134,47); }

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

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

 a { background-color: rgb(104,134,47); }

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

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

 span { border-color: rgb(104,134,47); }

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