Html Css Color HEX #878401 Olive

📋 copy color: '#878401'

red 135 ◦ green 132 ◦ blue 1

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

Shades of Olive #878401

Tints of Olive #878401

RGB

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

 GREEN value IS 132 (51.95% from 255) = 49.25%

 BLUE value IS 1 (0.78% from 255) = 0.37%

R = 50.37%
G = 49.25%
B = 0.37%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#878401 (or 0x878401) is known color: Olive. HEX triplet: 87, 84 and 01. RGB value is (135,132,1). Sum of RGB (Red+Green+Blue) = 135+132+1=268 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.37% from 268); Green value is 132 (51.95% from 255 or 49.25% from 268); Blue value is 1 (0.78% from 255 or 0.37% from 268); Max value from RGB is 135 - color contains mainly: red. Hex color #878401 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #878401 is #787BFE. Grayscale: #767676. Windows color (decimal): -7896063 or 99463. OLE color: 99463.

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

Color convert

RGB 135 132 1 -
CMYK 0 0.02 0.99 0.47
HSL 58.66º 0.99% 0.27% -
HSV(B) 58.66º 0.99% 0.53% -
XYZ 18.25 21.66 3.25 -
YUV 117.96 61.99 140.15 -
System Red Green Blue C M Y K H S L
Decimal 135 132 1 0 0.02 0.99 0.47 58.66 0.99 0.27
Hex 87 84 1 0 2 63 2F 3B 63 1B
Octal 207 204 1 0 2 143 57 73 143 33
Binary 10000111 10000100 1 0 10 1100011 101111 111011 1100011 11011

Color Harmonies of #878401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878401

Black with #878401

Text Example


Text Example

White with #878401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #878401; }

 p { color: rgb(135,132,1); }

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

background-color css

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

 a { background-color: rgb(135,132,1); }

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

border-color css

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

 span { border-color: rgb(135,132,1); }

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