Html Css Color HEX #887D09 Olive

📋 copy color: '#887D09'

red 136 ◦ green 125 ◦ blue 9

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

Shades of Olive #887D09

Tints of Olive #887D09

RGB

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

 GREEN value IS 125 (49.22% from 255) = 46.3%

 BLUE value IS 9 (3.91% from 255) = 3.33%

R = 50.37%
G = 46.3%
B = 3.33%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.93

 K value IS 0.47

RGB Variations

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

Color information

#887D09 (or 0x887D09) is known color: Olive. HEX triplet: 88, 7D and 09. RGB value is (136,125,9). Sum of RGB (Red+Green+Blue) = 136+125+9=270 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.37% from 270); Green value is 125 (49.22% from 255 or 46.30% from 270); Blue value is 9 (3.91% from 255 or 3.33% from 270); Max value from RGB is 136 - color contains mainly: red. Hex color #887D09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #887D09 is #7782F6. Grayscale: #737373. Windows color (decimal): -7832311 or 621960. OLE color: 621960.

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

Color convert

RGB 136 125 9 -
CMYK 0 0.08 0.93 0.47
HSL 54.8º 0.88% 0.28% -
HSV(B) 54.8º 0.93% 0.53% -
XYZ 17.54 19.92 3.18 -
YUV 115.07 68.14 142.93 -
System Red Green Blue C M Y K H S L
Decimal 136 125 9 0 0.08 0.93 0.47 54.8 0.88 0.28
Hex 88 7D 9 0 8 5D 2F 37 58 1C
Octal 210 175 11 0 10 135 57 67 130 34
Binary 10001000 1111101 1001 0 1000 1011101 101111 110111 1011000 11100

Color Harmonies of #887D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887D09

Black with #887D09

Text Example


Text Example

White with #887D09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,125,9); }

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

background-color css

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

 a { background-color: rgb(136,125,9); }

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

border-color css

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

 span { border-color: rgb(136,125,9); }

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