#65882B

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

Shades of Olive Drab #65882B

Tints of Olive Drab #65882B

Color information

#65882B (or 0x65882B) is unknown color: approx Olive Drab. HEX triplet: 65, 88 and 2B. RGB value is (101,136,43). Sum of RGB (Red+Green+Blue) = 101+136+43=280 (37% of max value = 765). Red value is 101 (39.84% from 255 or 36.07% from 280); Green value is 136 (53.52% from 255 or 48.57% from 280); Blue value is 43 (17.19% from 255 or 15.36% from 280); Max value from RGB is 136 - color contains mainly: green. Hex color #65882B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65882B is #9A77D4. Grayscale: #737373. Windows color (decimal): -10123221 or 2852965. OLE color: 2852965.

HSL color Cylindrical-coordinate representation of color #65882B: hue angle of 82.58º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #65882B is Cyan = 0.26, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.47.

Color convert

RGB10113643-
CMYK0.2600.680.47
HSL82.58º51.96%35.1%-
HSV(B)82.58º68.38%53.33%-
XYZ14.6120.555.48-
YUV114.9387.4118.06-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 36.07%
GREEN value IS 136 (53.52% from 255) = 48.57%
BLUE value IS 43 (17.19% from 255) = 15.36%
R=36.07%
G=48.57%
B=15.36%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal101136430.2600.680.4782.5851.9635.1
Hex65882B1A0442F533423
Octal14521053320104571236443
Binary11001011000100010101111010010001001011111010011110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65882B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65882B; }

 p { color: rgb(101,136,43); }

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

<style>
 a { background-color: #65882B; }

 a { background-color: rgb(101,136,43); }

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

<style>
 span { border-color: #65882B; }

 span { border-color: rgb(101,136,43); }

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