Html Css Color HEX #80740B Olive

📋 copy color: '#80740B'

red 128 ◦ green 116 ◦ blue 11

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

Shades of Olive #80740B

Tints of Olive #80740B

RGB

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

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

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

R = 50.2%
G = 45.49%
B = 4.31%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.91

 K value IS 0.50

RGB Variations

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

Color information

#80740B (or 0x80740B) is known color: Olive. HEX triplet: 80, 74 and 0B. RGB value is (128,116,11). Sum of RGB (Red+Green+Blue) = 128+116+11=255 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50.20% from 255); Green value is 116 (45.70% from 255 or 45.49% from 255); Blue value is 11 (4.69% from 255 or 4.31% from 255); Max value from RGB is 128 - color contains mainly: red. Hex color #80740B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #80740B is #7F8BF4. Grayscale: #6C6C6C. Windows color (decimal): -8358901 or 750720. OLE color: 750720.

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

Color convert

RGB 128 116 11 -
CMYK 0 0.09 0.91 0.50
HSL 53.85º 0.84% 0.27% -
HSV(B) 53.85º 0.91% 0.5% -
XYZ 15.21 17.1 2.82 -
YUV 107.62 73.48 142.54 -
System Red Green Blue C M Y K H S L
Decimal 128 116 11 0 0.09 0.91 0.50 53.85 0.84 0.27
Hex 80 74 B 0 9 5B 32 36 54 1B
Octal 200 164 13 0 11 133 62 66 124 33
Binary 10000000 1110100 1011 0 1001 1011011 110010 110110 1010100 11011

Color Harmonies of #80740B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80740B

Black with #80740B

Text Example


Text Example

White with #80740B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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