Html Css Color HEX #886F01 Olive

📋 copy color: '#886F01'

red 136 ◦ green 111 ◦ blue 1

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

Shades of Olive #886F01

Tints of Olive #886F01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.4%

R = 54.84%
G = 44.76%
B = 0.4%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#886F01 (or 0x886F01) is known color: Olive. HEX triplet: 88, 6F and 01. RGB value is (136,111,1). Sum of RGB (Red+Green+Blue) = 136+111+1=248 (32% of max value = 765). Red value is 136 (53.52% from 255 or 54.84% from 248); Green value is 111 (43.75% from 255 or 44.76% from 248); Blue value is 1 (0.78% from 255 or 0.40% from 248); Max value from RGB is 136 - color contains mainly: red. Hex color #886F01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #886F01 is #7790FE. Grayscale: #6A6A6A. Windows color (decimal): -7835903 or 94088. OLE color: 94088.

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

Color convert

RGB 136 111 1 -
CMYK 0 0.18 0.99 0.47
HSL 48.89º 0.99% 0.27% -
HSV(B) 48.89º 0.99% 0.53% -
XYZ 15.84 16.61 2.4 -
YUV 105.94 68.78 149.44 -
System Red Green Blue C M Y K H S L
Decimal 136 111 1 0 0.18 0.99 0.47 48.89 0.99 0.27
Hex 88 6F 1 0 12 63 2F 31 63 1B
Octal 210 157 1 0 22 143 57 61 143 33
Binary 10001000 1101111 1 0 10010 1100011 101111 110001 1100011 11011

Color Harmonies of #886F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886F01

Black with #886F01

Text Example


Text Example

White with #886F01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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