#609313

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

Shades of Olive Drab #609313

Tints of Olive Drab #609313

Color information

#609313 (or 0x609313) is unknown color: approx Olive Drab. HEX triplet: 60, 93 and 13. RGB value is (96,147,19). Sum of RGB (Red+Green+Blue) = 96+147+19=262 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.64% from 262); Green value is 147 (57.81% from 255 or 56.11% from 262); Blue value is 19 (7.81% from 255 or 7.25% from 262); Max value from RGB is 147 - color contains mainly: green. Hex color #609313 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #609313 is #9F6CEC. Grayscale: #757575. Windows color (decimal): -10448109 or 1282912. OLE color: 1282912.

HSL color Cylindrical-coordinate representation of color #609313: hue angle of 83.91º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #609313 is Cyan = 0.35, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.42.

Color convert

RGB9614719-
CMYK0.3500.870.42
HSL83.91º77.11%32.55%-
HSV(B)83.91º87.07%57.65%-
XYZ15.3823.44.32-
YUV117.1672.6112.91-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 36.64%
GREEN value IS 147 (57.81% from 255) = 56.11%
BLUE value IS 19 (7.81% from 255) = 7.25%
R=36.64%
G=56.11%
B=7.25%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal96147190.3500.870.4283.9177.1132.55
Hex609313230572A544d21
Octal140223234301275212411541
Binary110000010010011100111000110101011110101010101001001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #609313; }

 p { color: rgb(96,147,19); }

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

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

 a { background-color: rgb(96,147,19); }

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

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

 span { border-color: rgb(96,147,19); }

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