Html Css Color HEX #878600 Olive

📋 copy color: '#878600'

red 135 ◦ green 134 ◦ blue 0

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

Shades of Olive #878600

Tints of Olive #878600

RGB

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

 GREEN value IS 134 (52.73% from 255) = 49.81%

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

R = 50.19%
G = 49.81%
B = 0%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 1

 K value IS 0.47

RGB Variations

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

Color information

#878600 (or 0x878600) is known color: Olive. HEX triplet: 87, 86 and 00. RGB value is (135,134,0). Sum of RGB (Red+Green+Blue) = 135+134+0=269 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.19% from 269); Green value is 134 (52.73% from 255 or 49.81% from 269); Blue value is 0 (0.39% from 255 or 0% from 269); Max value from RGB is 135 - color contains mainly: red. Hex color #878600 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #878600 is #7879FF. Grayscale: #777777. Windows color (decimal): -7895552 or 34439. OLE color: 34439.

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

Color convert

RGB 135 134 0 -
CMYK 0 0.01 1 0.47
HSL 59.56º 1% 0.26% -
HSV(B) 59.56º 1% 0.53% -
XYZ 18.52 22.2 3.31 -
YUV 119.02 60.83 139.4 -
System Red Green Blue C M Y K H S L
Decimal 135 134 0 0 0.01 1 0.47 59.56 1 0.26
Hex 87 86 0 0 1 64 2F 3C 64 1A
Octal 207 206 0 0 1 144 57 74 144 32
Binary 10000111 10000110 0 0 1 1100100 101111 111100 1100100 11010

Color Harmonies of #878600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878600

Black with #878600

Text Example


Text Example

White with #878600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #878600; }

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

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

background-color css

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

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

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

border-color css

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

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

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