Html Css Color HEX #887C05 Olive

📋 copy color: '#887C05'

red 136 ◦ green 124 ◦ blue 5

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

Shades of Olive #887C05

Tints of Olive #887C05

RGB

 RED value IS 136 (53.52% from 255) = 51.32%

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

 BLUE value IS 5 (2.34% from 255) = 1.89%

R = 51.32%
G = 46.79%
B = 1.89%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.96

 K value IS 0.47

RGB Variations

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

Color information

#887C05 (or 0x887C05) is known color: Olive. HEX triplet: 88, 7C and 05. RGB value is (136,124,5). Sum of RGB (Red+Green+Blue) = 136+124+5=265 (35% of max value = 765). Red value is 136 (53.52% from 255 or 51.32% from 265); Green value is 124 (48.83% from 255 or 46.79% from 265); Blue value is 5 (2.34% from 255 or 1.89% from 265); Max value from RGB is 136 - color contains mainly: red. Hex color #887C05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #887C05 is #7783FA. Grayscale: #727272. Windows color (decimal): -7832571 or 359560. OLE color: 359560.

HSL color Cylindrical-coordinate representation of color #887C05: hue angle of 54.5º degrees, saturation: 0.93, 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 #887C05 is Cyan = 0, Magento = 0.09, Yellow = 0.96 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 124 5 -
CMYK 0 0.09 0.96 0.47
HSL 54.5º 0.93% 0.28% -
HSV(B) 54.5º 0.96% 0.53% -
XYZ 17.39 19.66 3.02 -
YUV 114.02 66.48 143.68 -
System Red Green Blue C M Y K H S L
Decimal 136 124 5 0 0.09 0.96 0.47 54.5 0.93 0.28
Hex 88 7C 5 0 9 60 2F 37 5D 1C
Octal 210 174 5 0 11 140 57 67 135 34
Binary 10001000 1111100 101 0 1001 1100000 101111 110111 1011101 11100

Color Harmonies of #887C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887C05

Black with #887C05

Text Example


Text Example

White with #887C05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #887C05; }

 p { color: rgb(136,124,5); }

 H1.HeaderClassName
 {
   color: #887C05;
 }
 .AnyTagClassName
 {
   color: #887C05;
 }
</style>

background-color css

<style>
 a { background-color: #887C05; }

 a { background-color: rgb(136,124,5); }

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

border-color css

<style>
 span { border-color: #887C05; }

 span { border-color: rgb(136,124,5); }

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