Html Css Color HEX #808710 Olive

📋 copy color: '#808710'

red 128 ◦ green 135 ◦ blue 16

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

Shades of Olive #808710

Tints of Olive #808710

RGB

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

 GREEN value IS 135 (53.13% from 255) = 48.39%

 BLUE value IS 16 (6.64% from 255) = 5.73%

R = 45.88%
G = 48.39%
B = 5.73%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.88

 K value IS 0.47

RGB Variations

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

Color information

#808710 (or 0x808710) is known color: Olive. HEX triplet: 80, 87 and 10. RGB value is (128,135,16). Sum of RGB (Red+Green+Blue) = 128+135+16=279 (36% of max value = 765). Red value is 128 (50.39% from 255 or 45.88% from 279); Green value is 135 (53.12% from 255 or 48.39% from 279); Blue value is 16 (6.64% from 255 or 5.73% from 279); Max value from RGB is 135 - color contains mainly: green. Hex color #808710 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #808710 is #7F78EF. Grayscale: #777777. Windows color (decimal): -8354032 or 1083264. OLE color: 1083264.

HSL color Cylindrical-coordinate representation of color #808710: hue angle of 63.53º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #808710 is Cyan = 0.05, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.47.

Color convert

RGB 128 135 16 -
CMYK 0.05 0 0.88 0.47
HSL 63.53º 0.79% 0.3% -
HSV(B) 63.53º 0.88% 0.53% -
XYZ 17.66 21.95 3.8 -
YUV 119.34 69.68 134.18 -
System Red Green Blue C M Y K H S L
Decimal 128 135 16 0.05 0 0.88 0.47 63.53 0.79 0.3
Hex 80 87 10 5 0 58 2F 40 4F 1E
Octal 200 207 20 5 0 130 57 100 117 36
Binary 10000000 10000111 10000 101 0 1011000 101111 1000000 1001111 11110

Color Harmonies of #808710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808710

Black with #808710

Text Example


Text Example

White with #808710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808710; }

 p { color: rgb(128,135,16); }

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

background-color css

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

 a { background-color: rgb(128,135,16); }

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

border-color css

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

 span { border-color: rgb(128,135,16); }

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