#65822F

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

Shades of Olive Drab #65822F

Tints of Olive Drab #65822F

Color information

#65822F (or 0x65822F) is unknown color: approx Olive Drab. HEX triplet: 65, 82 and 2F. RGB value is (101,130,47). Sum of RGB (Red+Green+Blue) = 101+130+47=278 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.33% from 278); Green value is 130 (51.17% from 255 or 46.76% from 278); Blue value is 47 (18.75% from 255 or 16.91% from 278); Max value from RGB is 130 - color contains mainly: green. Hex color #65822F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65822F is #9A7DD0. Grayscale: #707070. Windows color (decimal): -10124753 or 3113573. OLE color: 3113573.

HSL color Cylindrical-coordinate representation of color #65822F: hue angle of 80.96º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #65822F is Cyan = 0.22, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.49.

Color convert

RGB10113047-
CMYK0.2200.640.49
HSL80.96º46.89%34.71%-
HSV(B)80.96º63.85%50.98%-
XYZ13.8618.945.61-
YUV111.8791.39120.25-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 36.33%
GREEN value IS 130 (51.17% from 255) = 46.76%
BLUE value IS 47 (18.75% from 255) = 16.91%
R=36.33%
G=46.76%
B=16.91%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal101130470.2200.640.4980.9646.8934.71
Hex65822F1604031512f23
Octal14520257260100611215743
Binary11001011000001010111110110010000001100011010001101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65822F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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