#65802F

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

Shades of Olive Drab #65802F

Tints of Olive Drab #65802F

Color information

#65802F (or 0x65802F) is unknown color: approx Olive Drab. HEX triplet: 65, 80 and 2F. RGB value is (101,128,47). Sum of RGB (Red+Green+Blue) = 101+128+47=276 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.59% from 276); Green value is 128 (50.39% from 255 or 46.38% from 276); Blue value is 47 (18.75% from 255 or 17.03% from 276); Max value from RGB is 128 - color contains mainly: green. Hex color #65802F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65802F is #9A7FD0. Grayscale: #6E6E6E. Windows color (decimal): -10125265 or 3113061. OLE color: 3113061.

HSL color Cylindrical-coordinate representation of color #65802F: hue angle of 80º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #65802F is Cyan = 0.21, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.50.

Color convert

RGB10112847-
CMYK0.2100.630.50
HSL80º46.29%34.31%-
HSV(B)80º63.28%50.2%-
XYZ13.618.415.53-
YUV110.6992.05121.09-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 36.59%
GREEN value IS 128 (50.39% from 255) = 46.38%
BLUE value IS 47 (18.75% from 255) = 17.03%
R=36.59%
G=46.38%
B=17.03%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal101128470.2100.630.508046.2934.31
Hex65802F1503F32502e22
Octal1452005725077621205642
Binary1100101100000001011111010101111111100101010000101110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65802F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65802F; }

 p { color: rgb(101,128,47); }

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

<style>
 a { background-color: #65802F; }

 a { background-color: rgb(101,128,47); }

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

<style>
 span { border-color: #65802F; }

 span { border-color: rgb(101,128,47); }

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