Html Css Color HEX #887D08 Olive

📋 copy color: '#887D08'

red 136 ◦ green 125 ◦ blue 8

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

Shades of Olive #887D08

Tints of Olive #887D08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.97%

R = 50.56%
G = 46.47%
B = 2.97%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.94

 K value IS 0.47

RGB Variations

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

Color information

#887D08 (or 0x887D08) is known color: Olive. HEX triplet: 88, 7D and 08. RGB value is (136,125,8). Sum of RGB (Red+Green+Blue) = 136+125+8=269 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.56% from 269); Green value is 125 (49.22% from 255 or 46.47% from 269); Blue value is 8 (3.52% from 255 or 2.97% from 269); Max value from RGB is 136 - color contains mainly: red. Hex color #887D08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #887D08 is #7782F7. Grayscale: #737373. Windows color (decimal): -7832312 or 556424. OLE color: 556424.

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

Color convert

RGB 136 125 8 -
CMYK 0 0.08 0.94 0.47
HSL 54.84º 0.89% 0.28% -
HSV(B) 54.84º 0.94% 0.53% -
XYZ 17.53 19.92 3.15 -
YUV 114.95 67.64 143.01 -
System Red Green Blue C M Y K H S L
Decimal 136 125 8 0 0.08 0.94 0.47 54.84 0.89 0.28
Hex 88 7D 8 0 8 5E 2F 37 59 1C
Octal 210 175 10 0 10 136 57 67 131 34
Binary 10001000 1111101 1000 0 1000 1011110 101111 110111 1011001 11100

Color Harmonies of #887D08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887D08

Black with #887D08

Text Example


Text Example

White with #887D08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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