Html Css Color HEX #73960B Olive Drab

📋 copy color: '#73960B'

red 115 ◦ green 150 ◦ blue 11

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

Shades of Olive Drab #73960B

Tints of Olive Drab #73960B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.99%

R = 41.67%
G = 54.35%
B = 3.99%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.93

 K value IS 0.41

RGB Variations

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

Color information

#73960B (or 0x73960B) is known color: Olive Drab. HEX triplet: 73, 96 and 0B. RGB value is (115,150,11). Sum of RGB (Red+Green+Blue) = 115+150+11=276 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.67% from 276); Green value is 150 (58.98% from 255 or 54.35% from 276); Blue value is 11 (4.69% from 255 or 3.99% from 276); Max value from RGB is 150 - color contains mainly: green. Hex color #73960B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #73960B is #8C69F4. Grayscale: #7C7C7C. Windows color (decimal): -9202165 or 759411. OLE color: 759411.

HSL color Cylindrical-coordinate representation of color #73960B: hue angle of 75.11º degrees, saturation: 0.86, 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 #73960B is Cyan = 0.23, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.41.

Color convert

RGB 115 150 11 -
CMYK 0.23 0 0.93 0.41
HSL 75.11º 0.86% 0.32% -
HSV(B) 75.11º 0.93% 0.59% -
XYZ 18.04 25.48 4.28 -
YUV 123.69 64.4 121.8 -
System Red Green Blue C M Y K H S L
Decimal 115 150 11 0.23 0 0.93 0.41 75.11 0.86 0.32
Hex 73 96 B 17 0 5D 29 4B 56 20
Octal 163 226 13 27 0 135 51 113 126 40
Binary 1110011 10010110 1011 10111 0 1011101 101001 1001011 1010110 100000

Color Harmonies of #73960B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73960B

Black with #73960B

Text Example


Text Example

White with #73960B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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