#65911D

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

Shades of Olive Drab #65911D

Tints of Olive Drab #65911D

Color information

#65911D (or 0x65911D) is unknown color: approx Olive Drab. HEX triplet: 65, 91 and 1D. RGB value is (101,145,29). Sum of RGB (Red+Green+Blue) = 101+145+29=275 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.73% from 275); Green value is 145 (57.03% from 255 or 52.73% from 275); Blue value is 29 (11.72% from 255 or 10.55% from 275); Max value from RGB is 145 - color contains mainly: green. Hex color #65911D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65911D is #9A6EE2. Grayscale: #777777. Windows color (decimal): -10120931 or 1937765. OLE color: 1937765.

HSL color Cylindrical-coordinate representation of color #65911D: hue angle of 82.76º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #65911D is Cyan = 0.30, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.43.

Color convert

RGB10114529-
CMYK0.3000.80.43
HSL82.76º66.67%34.12%-
HSV(B)82.76º80%56.86%-
XYZ15.7123.114.79-
YUV118.6277.42115.43-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 36.73%
GREEN value IS 145 (57.03% from 255) = 52.73%
BLUE value IS 29 (11.72% from 255) = 10.55%
R=36.73%
G=52.73%
B=10.55%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.8
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal101145290.3000.80.4382.7666.6734.12
Hex65911D1E0502B534322
Octal145221353601205312310342
Binary11001011001000111101111100101000010101110100111000011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65911D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,145,29); }

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

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

 a { background-color: rgb(101,145,29); }

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

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

 span { border-color: rgb(101,145,29); }

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