Html Css Color HEX #88840D Olive

📋 copy color: '#88840D'

red 136 ◦ green 132 ◦ blue 13

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

Shades of Olive #88840D

Tints of Olive #88840D

RGB

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

 GREEN value IS 132 (51.95% from 255) = 46.98%

 BLUE value IS 13 (5.47% from 255) = 4.63%

R = 48.4%
G = 46.98%
B = 4.63%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.90

 K value IS 0.47

RGB Variations

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

Color information

#88840D (or 0x88840D) is known color: Olive. HEX triplet: 88, 84 and 0D. RGB value is (136,132,13). Sum of RGB (Red+Green+Blue) = 136+132+13=281 (37% of max value = 765). Red value is 136 (53.52% from 255 or 48.40% from 281); Green value is 132 (51.95% from 255 or 46.98% from 281); Blue value is 13 (5.47% from 255 or 4.63% from 281); Max value from RGB is 136 - color contains mainly: red. Hex color #88840D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #88840D is #777BF2. Grayscale: #787878. Windows color (decimal): -7830515 or 885896. OLE color: 885896.

HSL color Cylindrical-coordinate representation of color #88840D: hue angle of 58.05º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #88840D is Cyan = 0, Magento = 0.03, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 132 13 -
CMYK 0 0.03 0.90 0.47
HSL 58.05º 0.83% 0.29% -
HSV(B) 58.05º 0.9% 0.53% -
XYZ 18.48 21.77 3.61 -
YUV 119.63 67.83 139.68 -
System Red Green Blue C M Y K H S L
Decimal 136 132 13 0 0.03 0.90 0.47 58.05 0.83 0.29
Hex 88 84 D 0 3 5A 2F 3A 53 1D
Octal 210 204 15 0 3 132 57 72 123 35
Binary 10001000 10000100 1101 0 11 1011010 101111 111010 1010011 11101

Color Harmonies of #88840D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88840D

Black with #88840D

Text Example


Text Example

White with #88840D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88840D; }

 p { color: rgb(136,132,13); }

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

background-color css

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

 a { background-color: rgb(136,132,13); }

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

border-color css

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

 span { border-color: rgb(136,132,13); }

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