Html Css Color HEX #877F0B Olive

📋 copy color: '#877F0B'

red 135 ◦ green 127 ◦ blue 11

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

Shades of Olive #877F0B

Tints of Olive #877F0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.03%

R = 49.45%
G = 46.52%
B = 4.03%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.92

 K value IS 0.47

RGB Variations

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

Color information

#877F0B (or 0x877F0B) is known color: Olive. HEX triplet: 87, 7F and 0B. RGB value is (135,127,11). Sum of RGB (Red+Green+Blue) = 135+127+11=273 (36% of max value = 765). Red value is 135 (53.12% from 255 or 49.45% from 273); Green value is 127 (50% from 255 or 46.52% from 273); Blue value is 11 (4.69% from 255 or 4.03% from 273); Max value from RGB is 135 - color contains mainly: red. Hex color #877F0B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #877F0B is #7880F4. Grayscale: #747474. Windows color (decimal): -7897333 or 753543. OLE color: 753543.

HSL color Cylindrical-coordinate representation of color #877F0B: hue angle of 56.13º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #877F0B is Cyan = 0, Magento = 0.06, Yellow = 0.92 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 127 11 -
CMYK 0 0.06 0.92 0.47
HSL 56.13º 0.85% 0.29% -
HSV(B) 56.13º 0.92% 0.53% -
XYZ 17.64 20.35 3.32 -
YUV 116.17 68.65 141.43 -
System Red Green Blue C M Y K H S L
Decimal 135 127 11 0 0.06 0.92 0.47 56.13 0.85 0.29
Hex 87 7F B 0 6 5C 2F 38 55 1D
Octal 207 177 13 0 6 134 57 70 125 35
Binary 10000111 1111111 1011 0 110 1011100 101111 111000 1010101 11101

Color Harmonies of #877F0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877F0B

Black with #877F0B

Text Example


Text Example

White with #877F0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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