Html Css Color HEX #878800 Olive

📋 copy color: '#878800'

red 135 ◦ green 136 ◦ blue 0

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

Shades of Olive #878800

Tints of Olive #878800

RGB

 RED value IS 135 (53.13% from 255) = 49.82%

 GREEN value IS 136 (53.52% from 255) = 50.18%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 49.82%
G = 50.18%
B = 0%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 1

 K value IS 0.47

RGB Variations

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

Color information

#878800 (or 0x878800) is known color: Olive. HEX triplet: 87, 88 and 00. RGB value is (135,136,0). Sum of RGB (Red+Green+Blue) = 135+136+0=271 (35% of max value = 765). Red value is 135 (53.12% from 255 or 49.82% from 271); Green value is 136 (53.52% from 255 or 50.18% from 271); Blue value is 0 (0.39% from 255 or 0% from 271); Max value from RGB is 136 - color contains mainly: green. Hex color #878800 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #878800 is #7877FF. Grayscale: #787878. Windows color (decimal): -7895040 or 34951. OLE color: 34951.

HSL color Cylindrical-coordinate representation of color #878800: hue angle of 60.44º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #878800 is Cyan = 0.01, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 136 0 -
CMYK 0.01 0 1 0.47
HSL 60.44º 1% 0.27% -
HSV(B) 60.44º 1% 0.53% -
XYZ 18.8 22.76 3.4 -
YUV 120.2 60.17 138.56 -
System Red Green Blue C M Y K H S L
Decimal 135 136 0 0.01 0 1 0.47 60.44 1 0.27
Hex 87 88 0 1 0 64 2F 3C 64 1B
Octal 207 210 0 1 0 144 57 74 144 33
Binary 10000111 10001000 0 1 0 1100100 101111 111100 1100100 11011

Color Harmonies of #878800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878800

Black with #878800

Text Example


Text Example

White with #878800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #878800; }

 p { color: rgb(135,136,0); }

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

background-color css

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

 a { background-color: rgb(135,136,0); }

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

border-color css

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

 span { border-color: rgb(135,136,0); }

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