Html Css Color HEX #80890D Olive

📋 copy color: '#80890D'

red 128 ◦ green 137 ◦ blue 13

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

Shades of Olive #80890D

Tints of Olive #80890D

RGB

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

 GREEN value IS 137 (53.91% from 255) = 49.28%

 BLUE value IS 13 (5.47% from 255) = 4.68%

R = 46.04%
G = 49.28%
B = 4.68%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.91

 K value IS 0.46

RGB Variations

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

Color information

#80890D (or 0x80890D) is known color: Olive. HEX triplet: 80, 89 and 0D. RGB value is (128,137,13). Sum of RGB (Red+Green+Blue) = 128+137+13=278 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.04% from 278); Green value is 137 (53.91% from 255 or 49.28% from 278); Blue value is 13 (5.47% from 255 or 4.68% from 278); Max value from RGB is 137 - color contains mainly: green. Hex color #80890D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #80890D is #7F76F2. Grayscale: #787878. Windows color (decimal): -8353523 or 887168. OLE color: 887168.

HSL color Cylindrical-coordinate representation of color #80890D: hue angle of 64.35º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #80890D is Cyan = 0.07, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.46.

Color convert

RGB 128 137 13 -
CMYK 0.07 0 0.91 0.46
HSL 64.35º 0.83% 0.29% -
HSV(B) 64.35º 0.91% 0.54% -
XYZ 17.92 22.51 3.78 -
YUV 120.17 67.52 133.58 -
System Red Green Blue C M Y K H S L
Decimal 128 137 13 0.07 0 0.91 0.46 64.35 0.83 0.29
Hex 80 89 D 7 0 5B 2E 40 53 1D
Octal 200 211 15 7 0 133 56 100 123 35
Binary 10000000 10001001 1101 111 0 1011011 101110 1000000 1010011 11101

Color Harmonies of #80890D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80890D

Black with #80890D

Text Example


Text Example

White with #80890D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80890D; }

 p { color: rgb(128,137,13); }

 H1.HeaderClassName
 {
   color: #80890D;
 }
 .AnyTagClassName
 {
   color: #80890D;
 }
</style>

background-color css

<style>
 a { background-color: #80890D; }

 a { background-color: rgb(128,137,13); }

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

border-color css

<style>
 span { border-color: #80890D; }

 span { border-color: rgb(128,137,13); }

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