Html Css Color HEX #887405 Olive

📋 copy color: '#887405'

red 136 ◦ green 116 ◦ blue 5

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

Shades of Olive #887405

Tints of Olive #887405

RGB

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

 GREEN value IS 116 (45.7% from 255) = 45.14%

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

R = 52.92%
G = 45.14%
B = 1.95%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.96

 K value IS 0.47

RGB Variations

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

Color information

#887405 (or 0x887405) is known color: Olive. HEX triplet: 88, 74 and 05. RGB value is (136,116,5). Sum of RGB (Red+Green+Blue) = 136+116+5=257 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.92% from 257); Green value is 116 (45.70% from 255 or 45.14% from 257); Blue value is 5 (2.34% from 255 or 1.95% from 257); Max value from RGB is 136 - color contains mainly: red. Hex color #887405 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #887405 is #778BFA. Grayscale: #6D6D6D. Windows color (decimal): -7834619 or 357512. OLE color: 357512.

HSL color Cylindrical-coordinate representation of color #887405: hue angle of 50.84º 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 #887405 is Cyan = 0, Magento = 0.15, Yellow = 0.96 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 116 5 -
CMYK 0 0.15 0.96 0.47
HSL 50.84º 0.93% 0.28% -
HSV(B) 50.84º 0.96% 0.53% -
XYZ 16.43 17.74 2.7 -
YUV 109.33 69.13 147.03 -
System Red Green Blue C M Y K H S L
Decimal 136 116 5 0 0.15 0.96 0.47 50.84 0.93 0.28
Hex 88 74 5 0 F 60 2F 33 5D 1C
Octal 210 164 5 0 17 140 57 63 135 34
Binary 10001000 1110100 101 0 1111 1100000 101111 110011 1011101 11100

Color Harmonies of #887405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887405

Black with #887405

Text Example


Text Example

White with #887405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #887405; }

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

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

background-color css

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

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

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

border-color css

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

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

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