Html Css Color HEX #80950A Olive

📋 copy color: '#80950A'

red 128 ◦ green 149 ◦ blue 10

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

Shades of Olive #80950A

Tints of Olive #80950A

RGB

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

 GREEN value IS 149 (58.59% from 255) = 51.92%

 BLUE value IS 10 (4.3% from 255) = 3.48%

R = 44.6%
G = 51.92%
B = 3.48%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.93

 K value IS 0.42

RGB Variations

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

Color information

#80950A (or 0x80950A) is known color: Olive. HEX triplet: 80, 95 and 0A. RGB value is (128,149,10). Sum of RGB (Red+Green+Blue) = 128+149+10=287 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.60% from 287); Green value is 149 (58.59% from 255 or 51.92% from 287); Blue value is 10 (4.30% from 255 or 3.48% from 287); Max value from RGB is 149 - color contains mainly: green. Hex color #80950A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #80950A is #7F6AF5. Grayscale: #7F7F7F. Windows color (decimal): -8350454 or 693632. OLE color: 693632.

HSL color Cylindrical-coordinate representation of color #80950A: hue angle of 69.06º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #80950A is Cyan = 0.14, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.42.

Color convert

RGB 128 149 10 -
CMYK 0.14 0 0.93 0.42
HSL 69.06º 0.87% 0.31% -
HSV(B) 69.06º 0.93% 0.58% -
XYZ 19.7 26.11 4.29 -
YUV 126.88 62.04 128.8 -
System Red Green Blue C M Y K H S L
Decimal 128 149 10 0.14 0 0.93 0.42 69.06 0.87 0.31
Hex 80 95 A E 0 5D 2A 45 57 1F
Octal 200 225 12 16 0 135 52 105 127 37
Binary 10000000 10010101 1010 1110 0 1011101 101010 1000101 1010111 11111

Color Harmonies of #80950A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80950A

Black with #80950A

Text Example


Text Example

White with #80950A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80950A; }

 p { color: rgb(128,149,10); }

 H1.HeaderClassName
 {
   color: #80950A;
 }
 .AnyTagClassName
 {
   color: #80950A;
 }
</style>

background-color css

<style>
 a { background-color: #80950A; }

 a { background-color: rgb(128,149,10); }

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

border-color css

<style>
 span { border-color: #80950A; }

 span { border-color: rgb(128,149,10); }

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