Html Css Color HEX #877F01 Olive

📋 copy color: '#877F01'

red 135 ◦ green 127 ◦ blue 1

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

Shades of Olive #877F01

Tints of Olive #877F01

RGB

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

 GREEN value IS 127 (50% from 255) = 48.29%

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

R = 51.33%
G = 48.29%
B = 0.38%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#877F01 (or 0x877F01) is known color: Olive. HEX triplet: 87, 7F and 01. RGB value is (135,127,1). Sum of RGB (Red+Green+Blue) = 135+127+1=263 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.33% from 263); Green value is 127 (50% from 255 or 48.29% from 263); Blue value is 1 (0.78% from 255 or 0.38% from 263); Max value from RGB is 135 - color contains mainly: red. Hex color #877F01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #877F01 is #7880FE. Grayscale: #737373. Windows color (decimal): -7897343 or 98183. OLE color: 98183.

HSL color Cylindrical-coordinate representation of color #877F01: hue angle of 56.42º 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 #877F01 is Cyan = 0, Magento = 0.06, Yellow = 0.99 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 127 1 -
CMYK 0 0.06 0.99 0.47
HSL 56.42º 0.99% 0.27% -
HSV(B) 56.42º 0.99% 0.53% -
XYZ 17.59 20.33 3.03 -
YUV 115.03 63.65 142.25 -
System Red Green Blue C M Y K H S L
Decimal 135 127 1 0 0.06 0.99 0.47 56.42 0.99 0.27
Hex 87 7F 1 0 6 63 2F 38 63 1B
Octal 207 177 1 0 6 143 57 70 143 33
Binary 10000111 1111111 1 0 110 1100011 101111 111000 1100011 11011

Color Harmonies of #877F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877F01

Black with #877F01

Text Example


Text Example

White with #877F01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #877F01; }

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

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

background-color css

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

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

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

border-color css

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

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

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