Html Css Color HEX #877B00 Olive

📋 copy color: '#877B00'

red 135 ◦ green 123 ◦ blue 0

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

Shades of Olive #877B00

Tints of Olive #877B00

RGB

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

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

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

R = 52.33%
G = 47.67%
B = 0%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 1

 K value IS 0.47

RGB Variations

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

Color information

#877B00 (or 0x877B00) is known color: Olive. HEX triplet: 87, 7B and 00. RGB value is (135,123,0). Sum of RGB (Red+Green+Blue) = 135+123+0=258 (34% of max value = 765). Red value is 135 (53.12% from 255 or 52.33% from 258); Green value is 123 (48.44% from 255 or 47.67% from 258); Blue value is 0 (0.39% from 255 or 0% from 258); Max value from RGB is 135 - color contains mainly: red. Hex color #877B00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #877B00 is #7884FF. Grayscale: #717171. Windows color (decimal): -7898368 or 31623. OLE color: 31623.

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

Color convert

RGB 135 123 0 -
CMYK 0 0.09 1 0.47
HSL 54.67º 1% 0.26% -
HSV(B) 54.67º 1% 0.53% -
XYZ 17.07 19.32 2.83 -
YUV 112.57 64.48 144 -
System Red Green Blue C M Y K H S L
Decimal 135 123 0 0 0.09 1 0.47 54.67 1 0.26
Hex 87 7B 0 0 9 64 2F 37 64 1A
Octal 207 173 0 0 11 144 57 67 144 32
Binary 10000111 1111011 0 0 1001 1100100 101111 110111 1100100 11010

Color Harmonies of #877B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877B00

Black with #877B00

Text Example


Text Example

White with #877B00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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