Html Css Color HEX #886F04 Olive

📋 copy color: '#886F04'

red 136 ◦ green 111 ◦ blue 4

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

Shades of Olive #886F04

Tints of Olive #886F04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.59%

R = 54.18%
G = 44.22%
B = 1.59%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.97

 K value IS 0.47

RGB Variations

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

Color information

#886F04 (or 0x886F04) is known color: Olive. HEX triplet: 88, 6F and 04. RGB value is (136,111,4). Sum of RGB (Red+Green+Blue) = 136+111+4=251 (33% of max value = 765). Red value is 136 (53.52% from 255 or 54.18% from 251); Green value is 111 (43.75% from 255 or 44.22% from 251); Blue value is 4 (1.95% from 255 or 1.59% from 251); Max value from RGB is 136 - color contains mainly: red. Hex color #886F04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #886F04 is #7790FB. Grayscale: #6A6A6A. Windows color (decimal): -7835900 or 290696. OLE color: 290696.

HSL color Cylindrical-coordinate representation of color #886F04: hue angle of 48.64º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #886F04 is Cyan = 0, Magento = 0.18, Yellow = 0.97 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 111 4 -
CMYK 0 0.18 0.97 0.47
HSL 48.64º 0.94% 0.27% -
HSV(B) 48.64º 0.97% 0.53% -
XYZ 15.86 16.61 2.49 -
YUV 106.28 70.28 149.2 -
System Red Green Blue C M Y K H S L
Decimal 136 111 4 0 0.18 0.97 0.47 48.64 0.94 0.27
Hex 88 6F 4 0 12 61 2F 31 5E 1B
Octal 210 157 4 0 22 141 57 61 136 33
Binary 10001000 1101111 100 0 10010 1100001 101111 110001 1011110 11011

Color Harmonies of #886F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886F04

Black with #886F04

Text Example


Text Example

White with #886F04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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