#65842B

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

Shades of Olive Drab #65842B

Tints of Olive Drab #65842B

Color information

#65842B (or 0x65842B) is unknown color: approx Olive Drab. HEX triplet: 65, 84 and 2B. RGB value is (101,132,43). Sum of RGB (Red+Green+Blue) = 101+132+43=276 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.59% from 276); Green value is 132 (51.95% from 255 or 47.83% from 276); Blue value is 43 (17.19% from 255 or 15.58% from 276); Max value from RGB is 132 - color contains mainly: green. Hex color #65842B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65842B is #9A7BD4. Grayscale: #707070. Windows color (decimal): -10124245 or 2851941. OLE color: 2851941.

HSL color Cylindrical-coordinate representation of color #65842B: hue angle of 80.9º 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 #65842B is Cyan = 0.23, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.48.

Color convert

RGB10113243-
CMYK0.2300.670.48
HSL80.9º50.86%34.31%-
HSV(B)80.9º67.42%51.76%-
XYZ14.0519.445.3-
YUV112.5888.73119.74-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 36.59%
GREEN value IS 132 (51.95% from 255) = 47.83%
BLUE value IS 43 (17.19% from 255) = 15.58%
R=36.59%
G=47.83%
B=15.58%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal101132430.2300.670.4880.950.8634.31
Hex65842B1704330513322
Octal14520453270103601216342
Binary11001011000010010101110111010000111100001010001110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65842B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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