Html Css Color HEX #877C06 Olive

📋 copy color: '#877C06'

red 135 ◦ green 124 ◦ blue 6

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

Shades of Olive #877C06

Tints of Olive #877C06

RGB

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

 GREEN value IS 124 (48.83% from 255) = 46.79%

 BLUE value IS 6 (2.73% from 255) = 2.26%

R = 50.94%
G = 46.79%
B = 2.26%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.96

 K value IS 0.47

RGB Variations

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

Color information

#877C06 (or 0x877C06) is known color: Olive. HEX triplet: 87, 7C and 06. RGB value is (135,124,6). Sum of RGB (Red+Green+Blue) = 135+124+6=265 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.94% from 265); Green value is 124 (48.83% from 255 or 46.79% from 265); Blue value is 6 (2.73% from 255 or 2.26% from 265); Max value from RGB is 135 - color contains mainly: red. Hex color #877C06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #877C06 is #7883F9. Grayscale: #727272. Windows color (decimal): -7898106 or 425095. OLE color: 425095.

HSL color Cylindrical-coordinate representation of color #877C06: hue angle of 54.88º degrees, saturation: 0.91, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #877C06 is Cyan = 0, Magento = 0.08, Yellow = 0.96 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 124 6 -
CMYK 0 0.08 0.96 0.47
HSL 54.88º 0.91% 0.28% -
HSV(B) 54.88º 0.96% 0.53% -
XYZ 17.23 19.58 3.04 -
YUV 113.84 67.14 143.09 -
System Red Green Blue C M Y K H S L
Decimal 135 124 6 0 0.08 0.96 0.47 54.88 0.91 0.28
Hex 87 7C 6 0 8 60 2F 37 5B 1C
Octal 207 174 6 0 10 140 57 67 133 34
Binary 10000111 1111100 110 0 1000 1100000 101111 110111 1011011 11100

Color Harmonies of #877C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877C06

Black with #877C06

Text Example


Text Example

White with #877C06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,124,6); }

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

background-color css

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

 a { background-color: rgb(135,124,6); }

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

border-color css

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

 span { border-color: rgb(135,124,6); }

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