Html Css Color HEX #60930A Olive Drab

📋 copy color: '#60930A'

red 96 ◦ green 147 ◦ blue 10

#60930A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive Drab #60930A

Tints of Olive Drab #60930A

RGB

 RED value IS 96 (37.89% from 255) = 37.94%

 GREEN value IS 147 (57.81% from 255) = 58.1%

 BLUE value IS 10 (4.3% from 255) = 3.95%

R = 37.94%
G = 58.1%
B = 3.95%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.93

 K value IS 0.42

RGB Variations

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

Color information

#60930A (or 0x60930A) is known color: 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

RGB 96 147 10 -
CMYK 0.35 0 0.93 0.42
HSL 82.34º 0.87% 0.31% -
HSV(B) 82.34º 0.93% 0.58% -
XYZ 15.31 23.38 3.99 -
YUV 116.13 68.1 113.64 -
System Red Green Blue C M Y K H S L
Decimal 96 147 10 0.35 0 0.93 0.42 82.34 0.87 0.31
Hex 60 93 A 23 0 5D 2A 52 57 1F
Octal 140 223 12 43 0 135 52 122 127 37
Binary 1100000 10010011 1010 100011 0 1011101 101010 1010010 1010111 11111

Color Harmonies of #60930A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60930A

Black with #60930A

Text Example


Text Example

White with #60930A

Text Example


Text Example

HTML Codes & Css Web 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>