#65872B

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

Shades of Olive Drab #65872B

Tints of Olive Drab #65872B

Color information

#65872B (or 0x65872B) is unknown color: approx Olive Drab. HEX triplet: 65, 87 and 2B. RGB value is (101,135,43). Sum of RGB (Red+Green+Blue) = 101+135+43=279 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.20% from 279); Green value is 135 (53.12% from 255 or 48.39% from 279); Blue value is 43 (17.19% from 255 or 15.41% from 279); Max value from RGB is 135 - color contains mainly: green. Hex color #65872B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65872B is #9A78D4. Grayscale: #727272. Windows color (decimal): -10123477 or 2852709. OLE color: 2852709.

HSL color Cylindrical-coordinate representation of color #65872B: hue angle of 82.17º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #65872B is Cyan = 0.25, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.47.

Color convert

RGB10113543-
CMYK0.2500.680.47
HSL82.17º51.69%34.9%-
HSV(B)82.17º68.15%52.94%-
XYZ14.4720.275.44-
YUV114.3587.74118.48-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 36.20%
GREEN value IS 135 (53.12% from 255) = 48.39%
BLUE value IS 43 (17.19% from 255) = 15.41%
R=36.20%
G=48.39%
B=15.41%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal101135430.2500.680.4782.1751.6934.9
Hex65872B190442F523423
Octal14520753310104571226443
Binary11001011000011110101111001010001001011111010010110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65872B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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