Html Css Color HEX #877B0F Olive

📋 copy color: '#877B0F'

red 135 ◦ green 123 ◦ blue 15

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

Shades of Olive #877B0F

Tints of Olive #877B0F

RGB

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

 GREEN value IS 123 (48.44% from 255) = 45.05%

 BLUE value IS 15 (6.25% from 255) = 5.49%

R = 49.45%
G = 45.05%
B = 5.49%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.89

 K value IS 0.47

RGB Variations

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

Color information

#877B0F (or 0x877B0F) is known color: Olive. HEX triplet: 87, 7B and 0F. RGB value is (135,123,15). Sum of RGB (Red+Green+Blue) = 135+123+15=273 (36% of max value = 765). Red value is 135 (53.12% from 255 or 49.45% from 273); Green value is 123 (48.44% from 255 or 45.05% from 273); Blue value is 15 (6.25% from 255 or 5.49% from 273); Max value from RGB is 135 - color contains mainly: red. Hex color #877B0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #877B0F is #7884F0. Grayscale: #727272. Windows color (decimal): -7898353 or 1014663. OLE color: 1014663.

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

Color convert

RGB 135 123 15 -
CMYK 0 0.09 0.89 0.47
HSL 54º 0.8% 0.29% -
HSV(B) 54º 0.89% 0.53% -
XYZ 17.16 19.35 3.28 -
YUV 114.28 71.98 142.78 -
System Red Green Blue C M Y K H S L
Decimal 135 123 15 0 0.09 0.89 0.47 54 0.8 0.29
Hex 87 7B F 0 9 59 2F 36 50 1D
Octal 207 173 17 0 11 131 57 66 120 35
Binary 10000111 1111011 1111 0 1001 1011001 101111 110110 1010000 11101

Color Harmonies of #877B0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877B0F

Black with #877B0F

Text Example


Text Example

White with #877B0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,123,15); }

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

background-color css

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

 a { background-color: rgb(135,123,15); }

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

border-color css

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

 span { border-color: rgb(135,123,15); }

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