Html Css Color HEX #888104 Olive

📋 copy color: '#888104'

red 136 ◦ green 129 ◦ blue 4

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

Shades of Olive #888104

Tints of Olive #888104

RGB

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

 GREEN value IS 129 (50.78% from 255) = 47.96%

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

R = 50.56%
G = 47.96%
B = 1.49%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.97

 K value IS 0.47

RGB Variations

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

Color information

#888104 (or 0x888104) is known color: Olive. HEX triplet: 88, 81 and 04. RGB value is (136,129,4). Sum of RGB (Red+Green+Blue) = 136+129+4=269 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.56% from 269); Green value is 129 (50.78% from 255 or 47.96% from 269); Blue value is 4 (1.95% from 255 or 1.49% from 269); Max value from RGB is 136 - color contains mainly: red. Hex color #888104 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #888104 is #777EFB. Grayscale: #757575. Windows color (decimal): -7831292 or 295304. OLE color: 295304.

HSL color Cylindrical-coordinate representation of color #888104: hue angle of 56.82º 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 #888104 is Cyan = 0, Magento = 0.05, Yellow = 0.97 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 129 4 -
CMYK 0 0.05 0.97 0.47
HSL 56.82º 0.94% 0.27% -
HSV(B) 56.82º 0.97% 0.53% -
XYZ 18.03 20.94 3.21 -
YUV 116.84 64.32 141.66 -
System Red Green Blue C M Y K H S L
Decimal 136 129 4 0 0.05 0.97 0.47 56.82 0.94 0.27
Hex 88 81 4 0 5 61 2F 39 5E 1B
Octal 210 201 4 0 5 141 57 71 136 33
Binary 10001000 10000001 100 0 101 1100001 101111 111001 1011110 11011

Color Harmonies of #888104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888104

Black with #888104

Text Example


Text Example

White with #888104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #888104; }

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

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

background-color css

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

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

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

border-color css

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

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

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