#65832E

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

Shades of Olive Drab #65832E

Tints of Olive Drab #65832E

Color information

#65832E (or 0x65832E) is unknown color: approx Olive Drab. HEX triplet: 65, 83 and 2E. RGB value is (101,131,46). Sum of RGB (Red+Green+Blue) = 101+131+46=278 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.33% from 278); Green value is 131 (51.56% from 255 or 47.12% from 278); Blue value is 46 (18.36% from 255 or 16.55% from 278); Max value from RGB is 131 - color contains mainly: green. Hex color #65832E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65832E is #9A7CD1. Grayscale: #707070. Windows color (decimal): -10124498 or 3048293. OLE color: 3048293.

HSL color Cylindrical-coordinate representation of color #65832E: hue angle of 81.18º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #65832E is Cyan = 0.23, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.49.

Color convert

RGB10113146-
CMYK0.2300.650.49
HSL81.18º48.02%34.71%-
HSV(B)81.18º64.89%51.37%-
XYZ13.9819.25.55-
YUV112.3490.56119.91-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 36.33%
GREEN value IS 131 (51.56% from 255) = 47.12%
BLUE value IS 46 (18.36% from 255) = 16.55%
R=36.33%
G=47.12%
B=16.55%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal101131460.2300.650.4981.1848.0234.71
Hex65832E1704131513023
Octal14520356270101611216043
Binary11001011000001110111010111010000011100011010001110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65832E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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