Html Css Color HEX #73970A Olive Drab

📋 copy color: '#73970A'

red 115 ◦ green 151 ◦ blue 10

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

Shades of Olive Drab #73970A

Tints of Olive Drab #73970A

RGB

 RED value IS 115 (45.31% from 255) = 41.67%

 GREEN value IS 151 (59.38% from 255) = 54.71%

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

R = 41.67%
G = 54.71%
B = 3.62%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.93

 K value IS 0.41

RGB Variations

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

Color information

#73970A (or 0x73970A) is known color: Olive Drab. HEX triplet: 73, 97 and 0A. RGB value is (115,151,10). Sum of RGB (Red+Green+Blue) = 115+151+10=276 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.67% from 276); Green value is 151 (59.38% from 255 or 54.71% from 276); Blue value is 10 (4.30% from 255 or 3.62% from 276); Max value from RGB is 151 - color contains mainly: green. Hex color #73970A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #73970A is #8C68F5. Grayscale: #7C7C7C. Windows color (decimal): -9201910 or 694131. OLE color: 694131.

HSL color Cylindrical-coordinate representation of color #73970A: hue angle of 75.32º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #73970A is Cyan = 0.24, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.41.

Color convert

RGB 115 151 10 -
CMYK 0.24 0 0.93 0.41
HSL 75.32º 0.88% 0.32% -
HSV(B) 75.32º 0.93% 0.59% -
XYZ 18.19 25.8 4.31 -
YUV 124.16 63.57 121.46 -
System Red Green Blue C M Y K H S L
Decimal 115 151 10 0.24 0 0.93 0.41 75.32 0.88 0.32
Hex 73 97 A 18 0 5D 29 4B 58 20
Octal 163 227 12 30 0 135 51 113 130 40
Binary 1110011 10010111 1010 11000 0 1011101 101001 1001011 1011000 100000

Color Harmonies of #73970A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73970A

Black with #73970A

Text Example


Text Example

White with #73970A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,151,10); }

 H1.HeaderClassName
 {
   color: #73970A;
 }
 .AnyTagClassName
 {
   color: #73970A;
 }
</style>

background-color css

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

 a { background-color: rgb(115,151,10); }

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

border-color css

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

 span { border-color: rgb(115,151,10); }

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