#68842B

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

Shades of Olive Drab #68842B

Tints of Olive Drab #68842B

Color information

#68842B (or 0x68842B) is unknown color: approx Olive Drab. HEX triplet: 68, 84 and 2B. RGB value is (104,132,43). Sum of RGB (Red+Green+Blue) = 104+132+43=279 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.28% from 279); Green value is 132 (51.95% from 255 or 47.31% from 279); Blue value is 43 (17.19% from 255 or 15.41% from 279); Max value from RGB is 132 - color contains mainly: green. Hex color #68842B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68842B is #977BD4. Grayscale: #717171. Windows color (decimal): -9927637 or 2851944. OLE color: 2851944.

HSL color Cylindrical-coordinate representation of color #68842B: hue angle of 78.88º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #68842B is Cyan = 0.21, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.48.

Color convert

RGB10413243-
CMYK0.2100.670.48
HSL78.88º50.86%34.31%-
HSV(B)78.88º67.42%51.76%-
XYZ14.419.625.31-
YUV113.4888.22121.24-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.28%
GREEN value IS 132 (51.95% from 255) = 47.31%
BLUE value IS 43 (17.19% from 255) = 15.41%
R=37.28%
G=47.31%
B=15.41%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal104132430.2100.670.4878.8850.8634.31
Hex68842B15043304f3322
Octal15020453250103601176342
Binary11010001000010010101110101010000111100001001111110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68842B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68842B; }

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

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

<style>
 a { background-color: #68842B; }

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

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

<style>
 span { border-color: #68842B; }

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

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