Html Css Color HEX #80850F Olive

📋 copy color: '#80850F'

red 128 ◦ green 133 ◦ blue 15

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

Shades of Olive #80850F

Tints of Olive #80850F

RGB

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

 GREEN value IS 133 (52.34% from 255) = 48.19%

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

R = 46.38%
G = 48.19%
B = 5.43%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.89

 K value IS 0.48

RGB Variations

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

Color information

#80850F (or 0x80850F) is known color: Olive. HEX triplet: 80, 85 and 0F. RGB value is (128,133,15). Sum of RGB (Red+Green+Blue) = 128+133+15=276 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.38% from 276); Green value is 133 (52.34% from 255 or 48.19% from 276); Blue value is 15 (6.25% from 255 or 5.43% from 276); Max value from RGB is 133 - color contains mainly: green. Hex color #80850F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #80850F is #7F7AF0. Grayscale: #767676. Windows color (decimal): -8354545 or 1017216. OLE color: 1017216.

HSL color Cylindrical-coordinate representation of color #80850F: hue angle of 62.54º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #80850F is Cyan = 0.04, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.48.

Color convert

RGB 128 133 15 -
CMYK 0.04 0 0.89 0.48
HSL 62.54º 0.8% 0.29% -
HSV(B) 62.54º 0.89% 0.52% -
XYZ 17.38 21.4 3.67 -
YUV 118.05 69.84 135.09 -
System Red Green Blue C M Y K H S L
Decimal 128 133 15 0.04 0 0.89 0.48 62.54 0.8 0.29
Hex 80 85 F 4 0 59 30 3F 50 1D
Octal 200 205 17 4 0 131 60 77 120 35
Binary 10000000 10000101 1111 100 0 1011001 110000 111111 1010000 11101

Color Harmonies of #80850F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80850F

Black with #80850F

Text Example


Text Example

White with #80850F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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