Html Css Color HEX #88800F Olive

📋 copy color: '#88800F'

red 136 ◦ green 128 ◦ blue 15

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

Shades of Olive #88800F

Tints of Olive #88800F

RGB

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

 GREEN value IS 128 (50.39% from 255) = 45.88%

 BLUE value IS 15 (6.25% from 255) = 5.38%

R = 48.75%
G = 45.88%
B = 5.38%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.89

 K value IS 0.47

RGB Variations

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

Color information

#88800F (or 0x88800F) is known color: Olive. HEX triplet: 88, 80 and 0F. RGB value is (136,128,15). Sum of RGB (Red+Green+Blue) = 136+128+15=279 (36% of max value = 765). Red value is 136 (53.52% from 255 or 48.75% from 279); Green value is 128 (50.39% from 255 or 45.88% from 279); Blue value is 15 (6.25% from 255 or 5.38% from 279); Max value from RGB is 136 - color contains mainly: red. Hex color #88800F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #88800F is #777FF0. Grayscale: #757575. Windows color (decimal): -7831537 or 1015944. OLE color: 1015944.

HSL color Cylindrical-coordinate representation of color #88800F: hue angle of 56.03º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #88800F is Cyan = 0, Magento = 0.06, Yellow = 0.89 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 128 15 -
CMYK 0 0.06 0.89 0.47
HSL 56.03º 0.8% 0.3% -
HSV(B) 56.03º 0.89% 0.53% -
XYZ 17.96 20.71 3.5 -
YUV 117.51 70.15 141.19 -
System Red Green Blue C M Y K H S L
Decimal 136 128 15 0 0.06 0.89 0.47 56.03 0.8 0.3
Hex 88 80 F 0 6 59 2F 38 50 1E
Octal 210 200 17 0 6 131 57 70 120 36
Binary 10001000 10000000 1111 0 110 1011001 101111 111000 1010000 11110

Color Harmonies of #88800F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88800F

Black with #88800F

Text Example


Text Example

White with #88800F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88800F; }

 p { color: rgb(136,128,15); }

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

background-color css

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

 a { background-color: rgb(136,128,15); }

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

border-color css

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

 span { border-color: rgb(136,128,15); }

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