#65812A

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

Shades of Olive Drab #65812A

Tints of Olive Drab #65812A

Color information

#65812A (or 0x65812A) is unknown color: approx Olive Drab. HEX triplet: 65, 81 and 2A. RGB value is (101,129,42). Sum of RGB (Red+Green+Blue) = 101+129+42=272 (36% of max value = 765). Red value is 101 (39.84% from 255 or 37.13% from 272); Green value is 129 (50.78% from 255 or 47.43% from 272); Blue value is 42 (16.80% from 255 or 15.44% from 272); Max value from RGB is 129 - color contains mainly: green. Hex color #65812A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65812A is #9A7ED5. Grayscale: #6F6F6F. Windows color (decimal): -10125014 or 2785637. OLE color: 2785637.

HSL color Cylindrical-coordinate representation of color #65812A: hue angle of 79.31º 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 #65812A is Cyan = 0.22, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.49.

Color convert

RGB10112942-
CMYK0.2200.670.49
HSL79.31º50.88%33.53%-
HSV(B)79.31º67.44%50.59%-
XYZ13.6418.635.07-
YUV110.7189.22121.07-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 37.13%
GREEN value IS 129 (50.78% from 255) = 47.43%
BLUE value IS 42 (16.80% from 255) = 15.44%
R=37.13%
G=47.43%
B=15.44%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal101129420.2200.670.4979.3150.8833.53
Hex65812A16043314f3322
Octal14520152260103611176342
Binary11001011000000110101010110010000111100011001111110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65812A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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