Html Css Color HEX #80740F Olive

📋 copy color: '#80740F'

red 128 ◦ green 116 ◦ blue 15

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

Shades of Olive #80740F

Tints of Olive #80740F

RGB

 RED value IS 128 (50.39% from 255) = 49.42%

 GREEN value IS 116 (45.7% from 255) = 44.79%

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

R = 49.42%
G = 44.79%
B = 5.79%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.88

 K value IS 0.50

RGB Variations

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

Color information

#80740F (or 0x80740F) is known color: Olive. HEX triplet: 80, 74 and 0F. RGB value is (128,116,15). Sum of RGB (Red+Green+Blue) = 128+116+15=259 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.42% from 259); Green value is 116 (45.70% from 255 or 44.79% from 259); Blue value is 15 (6.25% from 255 or 5.79% from 259); Max value from RGB is 128 - color contains mainly: red. Hex color #80740F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #80740F is #7F8BF0. Grayscale: #6C6C6C. Windows color (decimal): -8358897 or 1012864. OLE color: 1012864.

HSL color Cylindrical-coordinate representation of color #80740F: hue angle of 53.63º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #80740F is Cyan = 0, Magento = 0.09, Yellow = 0.88 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 116 15 -
CMYK 0 0.09 0.88 0.50
HSL 53.63º 0.79% 0.28% -
HSV(B) 53.63º 0.88% 0.5% -
XYZ 15.23 17.11 2.95 -
YUV 108.07 75.48 142.21 -
System Red Green Blue C M Y K H S L
Decimal 128 116 15 0 0.09 0.88 0.50 53.63 0.79 0.28
Hex 80 74 F 0 9 58 32 36 4F 1C
Octal 200 164 17 0 11 130 62 66 117 34
Binary 10000000 1110100 1111 0 1001 1011000 110010 110110 1001111 11100

Color Harmonies of #80740F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80740F

Black with #80740F

Text Example


Text Example

White with #80740F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,116,15); }

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

background-color css

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

 a { background-color: rgb(128,116,15); }

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

border-color css

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

 span { border-color: rgb(128,116,15); }

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