#68812A

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

Shades of Olive Drab #68812A

Tints of Olive Drab #68812A

Color information

#68812A (or 0x68812A) is unknown color: approx Olive Drab. HEX triplet: 68, 81 and 2A. RGB value is (104,129,42). Sum of RGB (Red+Green+Blue) = 104+129+42=275 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.82% from 275); Green value is 129 (50.78% from 255 or 46.91% from 275); Blue value is 42 (16.80% from 255 or 15.27% from 275); Max value from RGB is 129 - color contains mainly: green. Hex color #68812A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68812A is #977ED5. Grayscale: #6F6F6F. Windows color (decimal): -9928406 or 2785640. OLE color: 2785640.

HSL color Cylindrical-coordinate representation of color #68812A: hue angle of 77.24º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #68812A is Cyan = 0.19, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.49.

Color convert

RGB10412942-
CMYK0.1900.670.49
HSL77.24º50.88%33.53%-
HSV(B)77.24º67.44%50.59%-
XYZ13.9818.815.08-
YUV111.6188.72122.57-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.82%
GREEN value IS 129 (50.78% from 255) = 46.91%
BLUE value IS 42 (16.80% from 255) = 15.27%
R=37.82%
G=46.91%
B=15.27%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal104129420.1900.670.4977.2450.8833.53
Hex68812A13043314d3322
Octal15020152230103611156342
Binary11010001000000110101010011010000111100011001101110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68812A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68812A; }

 p { color: rgb(104,129,42); }

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

<style>
 a { background-color: #68812A; }

 a { background-color: rgb(104,129,42); }

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

<style>
 span { border-color: #68812A; }

 span { border-color: rgb(104,129,42); }

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