#65862E

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

Shades of Olive Drab #65862E

Tints of Olive Drab #65862E

Color information

#65862E (or 0x65862E) is unknown color: approx Olive Drab. HEX triplet: 65, 86 and 2E. RGB value is (101,134,46). Sum of RGB (Red+Green+Blue) = 101+134+46=281 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.94% from 281); Green value is 134 (52.73% from 255 or 47.69% from 281); Blue value is 46 (18.36% from 255 or 16.37% from 281); Max value from RGB is 134 - color contains mainly: green. Hex color #65862E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65862E is #9A79D1. Grayscale: #727272. Windows color (decimal): -10123730 or 3049061. OLE color: 3049061.

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

Color convert

RGB10113446-
CMYK0.2500.660.47
HSL82.5º48.89%35.29%-
HSV(B)82.5º65.67%52.55%-
XYZ14.3920.015.69-
YUV114.189.57118.66-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 35.94%
GREEN value IS 134 (52.73% from 255) = 47.69%
BLUE value IS 46 (18.36% from 255) = 16.37%
R=35.94%
G=47.69%
B=16.37%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal101134460.2500.660.4782.548.8935.29
Hex65862E190422F523123
Octal14520656310102571226143
Binary11001011000011010111011001010000101011111010010110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65862E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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