Html Css Color HEX #80750F Olive

📋 copy color: '#80750F'

red 128 ◦ green 117 ◦ blue 15

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

Shades of Olive #80750F

Tints of Olive #80750F

RGB

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

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

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

R = 49.23%
G = 45%
B = 5.77%

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

#80750F (or 0x80750F) is known color: Olive. HEX triplet: 80, 75 and 0F. RGB value is (128,117,15). Sum of RGB (Red+Green+Blue) = 128+117+15=260 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.23% from 260); Green value is 117 (46.09% from 255 or 45% from 260); Blue value is 15 (6.25% from 255 or 5.77% from 260); Max value from RGB is 128 - color contains mainly: red. Hex color #80750F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #80750F is #7F8AF0. Grayscale: #6D6D6D. Windows color (decimal): -8358641 or 1013120. OLE color: 1013120.

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

Color convert

RGB 128 117 15 -
CMYK 0 0.09 0.88 0.50
HSL 54.16º 0.79% 0.28% -
HSV(B) 54.16º 0.88% 0.5% -
XYZ 15.35 17.35 2.99 -
YUV 108.66 75.14 141.79 -
System Red Green Blue C M Y K H S L
Decimal 128 117 15 0 0.09 0.88 0.50 54.16 0.79 0.28
Hex 80 75 F 0 9 58 32 36 4F 1C
Octal 200 165 17 0 11 130 62 66 117 34
Binary 10000000 1110101 1111 0 1001 1011000 110010 110110 1001111 11100

Color Harmonies of #80750F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80750F

Black with #80750F

Text Example


Text Example

White with #80750F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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