Html Css Color HEX #73940F Olive Drab

📋 copy color: '#73940F'

red 115 ◦ green 148 ◦ blue 15

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

Shades of Olive Drab #73940F

Tints of Olive Drab #73940F

RGB

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

 GREEN value IS 148 (58.2% from 255) = 53.24%

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

R = 41.37%
G = 53.24%
B = 5.4%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.90

 K value IS 0.42

RGB Variations

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

Color information

#73940F (or 0x73940F) is known color: Olive Drab. HEX triplet: 73, 94 and 0F. RGB value is (115,148,15). Sum of RGB (Red+Green+Blue) = 115+148+15=278 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.37% from 278); Green value is 148 (58.20% from 255 or 53.24% from 278); Blue value is 15 (6.25% from 255 or 5.40% from 278); Max value from RGB is 148 - color contains mainly: green. Hex color #73940F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #73940F is #8C6BF0. Grayscale: #7B7B7B. Windows color (decimal): -9202673 or 1021043. OLE color: 1021043.

HSL color Cylindrical-coordinate representation of color #73940F: hue angle of 74.89º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #73940F is Cyan = 0.22, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.42.

Color convert

RGB 115 148 15 -
CMYK 0.22 0 0.90 0.42
HSL 74.89º 0.82% 0.32% -
HSV(B) 74.89º 0.9% 0.58% -
XYZ 17.75 24.86 4.31 -
YUV 122.97 67.07 122.31 -
System Red Green Blue C M Y K H S L
Decimal 115 148 15 0.22 0 0.90 0.42 74.89 0.82 0.32
Hex 73 94 F 16 0 5A 2A 4B 52 20
Octal 163 224 17 26 0 132 52 113 122 40
Binary 1110011 10010100 1111 10110 0 1011010 101010 1001011 1010010 100000

Color Harmonies of #73940F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73940F

Black with #73940F

Text Example


Text Example

White with #73940F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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