#65862D

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

Shades of Olive Drab #65862D

Tints of Olive Drab #65862D

Color information

#65862D (or 0x65862D) is unknown color: approx Olive Drab. HEX triplet: 65, 86 and 2D. RGB value is (101,134,45). Sum of RGB (Red+Green+Blue) = 101+134+45=280 (37% of max value = 765). Red value is 101 (39.84% from 255 or 36.07% from 280); Green value is 134 (52.73% from 255 or 47.86% from 280); Blue value is 45 (17.97% from 255 or 16.07% from 280); Max value from RGB is 134 - color contains mainly: green. Hex color #65862D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65862D is #9A79D2. Grayscale: #727272. Windows color (decimal): -10123731 or 2983525. OLE color: 2983525.

HSL color Cylindrical-coordinate representation of color #65862D: hue angle of 82.25º degrees, saturation: 0.5, 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 #65862D is Cyan = 0.25, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.47.

Color convert

RGB10113445-
CMYK0.2500.660.47
HSL82.25º49.72%35.1%-
HSV(B)82.25º66.42%52.55%-
XYZ14.3720.015.59-
YUV113.9989.07118.74-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 36.07%
GREEN value IS 134 (52.73% from 255) = 47.86%
BLUE value IS 45 (17.97% from 255) = 16.07%
R=36.07%
G=47.86%
B=16.07%

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
Decimal101134450.2500.660.4782.2549.7235.1
Hex65862D190422F523223
Octal14520655310102571226243
Binary11001011000011010110111001010000101011111010010110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65862D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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