Html Css Color HEX #80770F Olive

📋 copy color: '#80770F'

red 128 ◦ green 119 ◦ blue 15

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

Shades of Olive #80770F

Tints of Olive #80770F

RGB

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

 GREEN value IS 119 (46.88% from 255) = 45.42%

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

R = 48.85%
G = 45.42%
B = 5.73%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.88

 K value IS 0.50

RGB Variations

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

Color information

#80770F (or 0x80770F) is known color: Olive. HEX triplet: 80, 77 and 0F. RGB value is (128,119,15). Sum of RGB (Red+Green+Blue) = 128+119+15=262 (34% of max value = 765). Red value is 128 (50.39% from 255 or 48.85% from 262); Green value is 119 (46.88% from 255 or 45.42% from 262); Blue value is 15 (6.25% from 255 or 5.73% from 262); Max value from RGB is 128 - color contains mainly: red. Hex color #80770F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #80770F is #7F88F0. Grayscale: #6E6E6E. Windows color (decimal): -8358129 or 1013632. OLE color: 1013632.

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

Color convert

RGB 128 119 15 -
CMYK 0 0.07 0.88 0.50
HSL 55.22º 0.79% 0.28% -
HSV(B) 55.22º 0.88% 0.5% -
XYZ 15.59 17.82 3.07 -
YUV 109.84 74.48 140.96 -
System Red Green Blue C M Y K H S L
Decimal 128 119 15 0 0.07 0.88 0.50 55.22 0.79 0.28
Hex 80 77 F 0 7 58 32 37 4F 1C
Octal 200 167 17 0 7 130 62 67 117 34
Binary 10000000 1110111 1111 0 111 1011000 110010 110111 1001111 11100

Color Harmonies of #80770F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80770F

Black with #80770F

Text Example


Text Example

White with #80770F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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