#65931F

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

Shades of Olive Drab #65931F

Tints of Olive Drab #65931F

Color information

#65931F (or 0x65931F) is unknown color: approx Olive Drab. HEX triplet: 65, 93 and 1F. RGB value is (101,147,31). Sum of RGB (Red+Green+Blue) = 101+147+31=279 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.20% from 279); Green value is 147 (57.81% from 255 or 52.69% from 279); Blue value is 31 (12.5% from 255 or 11.11% from 279); Max value from RGB is 147 - color contains mainly: green. Hex color #65931F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65931F is #9A6CE0. Grayscale: #787878. Windows color (decimal): -10120417 or 2069349. OLE color: 2069349.

HSL color Cylindrical-coordinate representation of color #65931F: hue angle of 83.79º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #65931F is Cyan = 0.31, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.42.

Color convert

RGB10114731-
CMYK0.3100.790.42
HSL83.79º65.17%34.9%-
HSV(B)83.79º78.91%57.65%-
XYZ16.0523.735.03-
YUV120.0277.76114.43-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 36.20%
GREEN value IS 147 (57.81% from 255) = 52.69%
BLUE value IS 31 (12.5% from 255) = 11.11%
R=36.20%
G=52.69%
B=11.11%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal101147310.3100.790.4283.7965.1734.9
Hex65931F1F04F2A544123
Octal145223373701175212410143
Binary11001011001001111111111110100111110101010101001000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65931F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65931F; }

 p { color: rgb(101,147,31); }

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

<style>
 a { background-color: #65931F; }

 a { background-color: rgb(101,147,31); }

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

<style>
 span { border-color: #65931F; }

 span { border-color: rgb(101,147,31); }

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