Html Css Color HEX #73960F Olive Drab

📋 copy color: '#73960F'

red 115 ◦ green 150 ◦ blue 15

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

Shades of Olive Drab #73960F

Tints of Olive Drab #73960F

RGB

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

 GREEN value IS 150 (58.98% from 255) = 53.57%

 BLUE value IS 15 (6.25% from 255) = 5.36%

R = 41.07%
G = 53.57%
B = 5.36%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.9

 K value IS 0.41

RGB Variations

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

Color information

#73960F (or 0x73960F) is known color: Olive Drab. HEX triplet: 73, 96 and 0F. RGB value is (115,150,15). Sum of RGB (Red+Green+Blue) = 115+150+15=280 (37% of max value = 765). Red value is 115 (45.31% from 255 or 41.07% from 280); Green value is 150 (58.98% from 255 or 53.57% from 280); Blue value is 15 (6.25% from 255 or 5.36% from 280); Max value from RGB is 150 - color contains mainly: green. Hex color #73960F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #73960F is #8C69F0. Grayscale: #7C7C7C. Windows color (decimal): -9202161 or 1021555. OLE color: 1021555.

HSL color Cylindrical-coordinate representation of color #73960F: hue angle of 75.56º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #73960F is Cyan = 0.23, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.41.

Color convert

RGB 115 150 15 -
CMYK 0.23 0 0.9 0.41
HSL 75.56º 0.82% 0.32% -
HSV(B) 75.56º 0.9% 0.59% -
XYZ 18.06 25.49 4.42 -
YUV 124.15 66.4 121.48 -
System Red Green Blue C M Y K H S L
Decimal 115 150 15 0.23 0 0.9 0.41 75.56 0.82 0.32
Hex 73 96 F 17 0 5A 29 4C 52 20
Octal 163 226 17 27 0 132 51 114 122 40
Binary 1110011 10010110 1111 10111 0 1011010 101001 1001100 1010010 100000

Color Harmonies of #73960F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73960F

Black with #73960F

Text Example


Text Example

White with #73960F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,150,15); }

 H1.HeaderClassName
 {
   color: #73960F;
 }
 .AnyTagClassName
 {
   color: #73960F;
 }
</style>

background-color css

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

 a { background-color: rgb(115,150,15); }

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

border-color css

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

 span { border-color: rgb(115,150,15); }

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