#60930A

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

Shades of Olive Drab #60930A

Tints of Olive Drab #60930A

Color information

#60930A (or 0x60930A) is unknown color: approx Olive Drab. HEX triplet: 60, 93 and 0A. RGB value is (96,147,10). Sum of RGB (Red+Green+Blue) = 96+147+10=253 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.94% from 253); Green value is 147 (57.81% from 255 or 58.10% from 253); Blue value is 10 (4.30% from 255 or 3.95% from 253); Max value from RGB is 147 - color contains mainly: green. Hex color #60930A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #60930A is #9F6CF5. Grayscale: #747474. Windows color (decimal): -10448118 or 693088. OLE color: 693088.

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

Color convert

RGB9614710-
CMYK0.3500.930.42
HSL82.34º87.26%30.78%-
HSV(B)82.34º93.2%57.65%-
XYZ15.3123.383.99-
YUV116.1368.1113.64-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 37.94%
GREEN value IS 147 (57.81% from 255) = 58.10%
BLUE value IS 10 (4.30% from 255) = 3.95%
R=37.94%
G=58.10%
B=3.95%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal96147100.3500.930.4282.3487.2630.78
Hex6093A2305D2A52571f
Octal140223124301355212212737
Binary1100000100100111010100011010111011010101010010101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60930A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60930A; }

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

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

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

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

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

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

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

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