Html Css Color HEX #73962A Olive Drab

📋 copy color: '#73962A'

red 115 ◦ green 150 ◦ blue 42

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

Shades of Olive Drab #73962A

Tints of Olive Drab #73962A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 13.68%

R = 37.46%
G = 48.86%
B = 13.68%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.72

 K value IS 0.41

RGB Variations

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

Color information

#73962A (or 0x73962A) is known color: Olive Drab. HEX triplet: 73, 96 and 2A. RGB value is (115,150,42). Sum of RGB (Red+Green+Blue) = 115+150+42=307 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.46% from 307); Green value is 150 (58.98% from 255 or 48.86% from 307); Blue value is 42 (16.80% from 255 or 13.68% from 307); Max value from RGB is 150 - color contains mainly: green. Hex color #73962A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73962A is #8C69D5. Grayscale: #7F7F7F. Windows color (decimal): -9202134 or 2791027. OLE color: 2791027.

HSL color Cylindrical-coordinate representation of color #73962A: hue angle of 79.44º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #73962A is Cyan = 0.23, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.41.

Color convert

RGB 115 150 42 -
CMYK 0.23 0 0.72 0.41
HSL 79.44º 0.56% 0.38% -
HSV(B) 79.44º 0.72% 0.59% -
XYZ 18.39 25.62 6.17 -
YUV 127.22 79.9 119.28 -
System Red Green Blue C M Y K H S L
Decimal 115 150 42 0.23 0 0.72 0.41 79.44 0.56 0.38
Hex 73 96 2A 17 0 48 29 4F 38 26
Octal 163 226 52 27 0 110 51 117 70 46
Binary 1110011 10010110 101010 10111 0 1001000 101001 1001111 111000 100110

Color Harmonies of #73962A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73962A

Black with #73962A

Text Example


Text Example

White with #73962A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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