#68841F

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

Shades of Olive Drab #68841F

Tints of Olive Drab #68841F

Color information

#68841F (or 0x68841F) is unknown color: approx Olive Drab. HEX triplet: 68, 84 and 1F. RGB value is (104,132,31). Sum of RGB (Red+Green+Blue) = 104+132+31=267 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.95% from 267); Green value is 132 (51.95% from 255 or 49.44% from 267); Blue value is 31 (12.5% from 255 or 11.61% from 267); Max value from RGB is 132 - color contains mainly: green. Hex color #68841F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68841F is #977BE0. Grayscale: #707070. Windows color (decimal): -9927649 or 2065512. OLE color: 2065512.

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

Color convert

RGB10413231-
CMYK0.2100.770.48
HSL76.63º61.96%31.96%-
HSV(B)76.63º76.52%51.76%-
XYZ14.2119.544.32-
YUV112.1182.22122.21-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 38.95%
GREEN value IS 132 (51.95% from 255) = 49.44%
BLUE value IS 31 (12.5% from 255) = 11.61%
R=38.95%
G=49.44%
B=11.61%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal104132310.2100.770.4876.6361.9631.96
Hex68841F1504D304d3e20
Octal15020437250115601157640
Binary1101000100001001111110101010011011100001001101111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68841F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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