Html Css Color HEX #886F08 Olive

📋 copy color: '#886F08'

red 136 ◦ green 111 ◦ blue 8

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

Shades of Olive #886F08

Tints of Olive #886F08

RGB

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

 GREEN value IS 111 (43.75% from 255) = 43.53%

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

R = 53.33%
G = 43.53%
B = 3.14%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.94

 K value IS 0.47

RGB Variations

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

Color information

#886F08 (or 0x886F08) is known color: Olive. HEX triplet: 88, 6F and 08. RGB value is (136,111,8). Sum of RGB (Red+Green+Blue) = 136+111+8=255 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.33% from 255); Green value is 111 (43.75% from 255 or 43.53% from 255); Blue value is 8 (3.52% from 255 or 3.14% from 255); Max value from RGB is 136 - color contains mainly: red. Hex color #886F08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #886F08 is #7790F7. Grayscale: #6B6B6B. Windows color (decimal): -7835896 or 552840. OLE color: 552840.

HSL color Cylindrical-coordinate representation of color #886F08: hue angle of 48.28º 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 #886F08 is Cyan = 0, Magento = 0.18, Yellow = 0.94 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 111 8 -
CMYK 0 0.18 0.94 0.47
HSL 48.28º 0.89% 0.28% -
HSV(B) 48.28º 0.94% 0.53% -
XYZ 15.88 16.62 2.6 -
YUV 106.73 72.28 148.88 -
System Red Green Blue C M Y K H S L
Decimal 136 111 8 0 0.18 0.94 0.47 48.28 0.89 0.28
Hex 88 6F 8 0 12 5E 2F 30 59 1C
Octal 210 157 10 0 22 136 57 60 131 34
Binary 10001000 1101111 1000 0 10010 1011110 101111 110000 1011001 11100

Color Harmonies of #886F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886F08

Black with #886F08

Text Example


Text Example

White with #886F08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886F08; }

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

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

background-color css

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

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

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

border-color css

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

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

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