#65802E

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

Shades of Olive Drab #65802E

Tints of Olive Drab #65802E

Color information

#65802E (or 0x65802E) is unknown color: approx Olive Drab. HEX triplet: 65, 80 and 2E. RGB value is (101,128,46). Sum of RGB (Red+Green+Blue) = 101+128+46=275 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.73% from 275); Green value is 128 (50.39% from 255 or 46.55% from 275); Blue value is 46 (18.36% from 255 or 16.73% from 275); Max value from RGB is 128 - color contains mainly: green. Hex color #65802E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65802E is #9A7FD1. Grayscale: #6E6E6E. Windows color (decimal): -10125266 or 3047525. OLE color: 3047525.

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

Color convert

RGB10112846-
CMYK0.2100.640.50
HSL79.76º47.13%34.12%-
HSV(B)79.76º64.06%50.2%-
XYZ13.5818.45.42-
YUV110.5891.55121.17-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 36.73%
GREEN value IS 128 (50.39% from 255) = 46.55%
BLUE value IS 46 (18.36% from 255) = 16.73%
R=36.73%
G=46.55%
B=16.73%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal101128460.2100.640.5079.7647.1334.12
Hex65802E1504032502f22
Octal14520056250100621205742
Binary11001011000000010111010101010000001100101010000101111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65802E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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