Html Css Color HEX #73940E Olive Drab

📋 copy color: '#73940E'

red 115 ◦ green 148 ◦ blue 14

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

Shades of Olive Drab #73940E

Tints of Olive Drab #73940E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.05%

R = 41.52%
G = 53.43%
B = 5.05%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#73940E (or 0x73940E) is known color: Olive Drab. HEX triplet: 73, 94 and 0E. RGB value is (115,148,14). Sum of RGB (Red+Green+Blue) = 115+148+14=277 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.52% from 277); Green value is 148 (58.20% from 255 or 53.43% from 277); Blue value is 14 (5.86% from 255 or 5.05% from 277); Max value from RGB is 148 - color contains mainly: green. Hex color #73940E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #73940E is #8C6BF1. Grayscale: #7B7B7B. Windows color (decimal): -9202674 or 955507. OLE color: 955507.

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

Color convert

RGB 115 148 14 -
CMYK 0.22 0 0.91 0.42
HSL 74.78º 0.83% 0.32% -
HSV(B) 74.78º 0.91% 0.58% -
XYZ 17.74 24.86 4.28 -
YUV 122.86 66.57 122.4 -
System Red Green Blue C M Y K H S L
Decimal 115 148 14 0.22 0 0.91 0.42 74.78 0.83 0.32
Hex 73 94 E 16 0 5B 2A 4B 53 20
Octal 163 224 16 26 0 133 52 113 123 40
Binary 1110011 10010100 1110 10110 0 1011011 101010 1001011 1010011 100000

Color Harmonies of #73940E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73940E

Black with #73940E

Text Example


Text Example

White with #73940E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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