Html Css Color HEX #80750B Olive

📋 copy color: '#80750B'

red 128 ◦ green 117 ◦ blue 11

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

Shades of Olive #80750B

Tints of Olive #80750B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 45.7%

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

R = 50%
G = 45.7%
B = 4.3%

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

#80750B (or 0x80750B) is known color: Olive. HEX triplet: 80, 75 and 0B. RGB value is (128,117,11). Sum of RGB (Red+Green+Blue) = 128+117+11=256 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50% from 256); Green value is 117 (46.09% from 255 or 45.70% from 256); Blue value is 11 (4.69% from 255 or 4.30% from 256); Max value from RGB is 128 - color contains mainly: red. Hex color #80750B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #80750B is #7F8AF4. Grayscale: #6C6C6C. Windows color (decimal): -8358645 or 750976. OLE color: 750976.

HSL color Cylindrical-coordinate representation of color #80750B: hue angle of 54.36º 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 #80750B is Cyan = 0, Magento = 0.09, Yellow = 0.91 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 117 11 -
CMYK 0 0.09 0.91 0.50
HSL 54.36º 0.84% 0.27% -
HSV(B) 54.36º 0.91% 0.5% -
XYZ 15.32 17.34 2.86 -
YUV 108.21 73.14 142.12 -
System Red Green Blue C M Y K H S L
Decimal 128 117 11 0 0.09 0.91 0.50 54.36 0.84 0.27
Hex 80 75 B 0 9 5B 32 36 54 1B
Octal 200 165 13 0 11 133 62 66 124 33
Binary 10000000 1110101 1011 0 1001 1011011 110010 110110 1010100 11011

Color Harmonies of #80750B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80750B

Black with #80750B

Text Example


Text Example

White with #80750B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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