Html Css Color HEX #80790F Olive

📋 copy color: '#80790F'

red 128 ◦ green 121 ◦ blue 15

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

Shades of Olive #80790F

Tints of Olive #80790F

RGB

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

 GREEN value IS 121 (47.66% from 255) = 45.83%

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

R = 48.48%
G = 45.83%
B = 5.68%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.88

 K value IS 0.50

RGB Variations

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

Color information

#80790F (or 0x80790F) is known color: Olive. HEX triplet: 80, 79 and 0F. RGB value is (128,121,15). Sum of RGB (Red+Green+Blue) = 128+121+15=264 (34% of max value = 765). Red value is 128 (50.39% from 255 or 48.48% from 264); Green value is 121 (47.66% from 255 or 45.83% from 264); Blue value is 15 (6.25% from 255 or 5.68% from 264); Max value from RGB is 128 - color contains mainly: red. Hex color #80790F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #80790F is #7F86F0. Grayscale: #6F6F6F. Windows color (decimal): -8357617 or 1014144. OLE color: 1014144.

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

Color convert

RGB 128 121 15 -
CMYK 0 0.05 0.88 0.50
HSL 56.28º 0.79% 0.28% -
HSV(B) 56.28º 0.88% 0.5% -
XYZ 15.83 18.3 3.15 -
YUV 111.01 73.82 140.12 -
System Red Green Blue C M Y K H S L
Decimal 128 121 15 0 0.05 0.88 0.50 56.28 0.79 0.28
Hex 80 79 F 0 5 58 32 38 4F 1C
Octal 200 171 17 0 5 130 62 70 117 34
Binary 10000000 1111001 1111 0 101 1011000 110010 111000 1001111 11100

Color Harmonies of #80790F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80790F

Black with #80790F

Text Example


Text Example

White with #80790F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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