Html Css Color HEX #8A880B Olive

📋 copy color: '#8A880B'

red 138 ◦ green 136 ◦ blue 11

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

Shades of Olive #8A880B

Tints of Olive #8A880B

RGB

 RED value IS 138 (54.3% from 255) = 48.42%

 GREEN value IS 136 (53.52% from 255) = 47.72%

 BLUE value IS 11 (4.69% from 255) = 3.86%

R = 48.42%
G = 47.72%
B = 3.86%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.92

 K value IS 0.46

RGB Variations

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

Color information

#8A880B (or 0x8A880B) is known color: Olive. HEX triplet: 8A, 88 and 0B. RGB value is (138,136,11). Sum of RGB (Red+Green+Blue) = 138+136+11=285 (37% of max value = 765). Red value is 138 (54.30% from 255 or 48.42% from 285); Green value is 136 (53.52% from 255 or 47.72% from 285); Blue value is 11 (4.69% from 255 or 3.86% from 285); Max value from RGB is 138 - color contains mainly: red. Hex color #8A880B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8A880B is #7577F4. Grayscale: #7A7A7A. Windows color (decimal): -7698421 or 755850. OLE color: 755850.

HSL color Cylindrical-coordinate representation of color #8A880B: hue angle of 59.06º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8A880B is Cyan = 0, Magento = 0.01, Yellow = 0.92 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 136 11 -
CMYK 0 0.01 0.92 0.46
HSL 59.06º 0.85% 0.29% -
HSV(B) 59.06º 0.92% 0.54% -
XYZ 19.35 23.04 3.74 -
YUV 122.35 65.16 139.16 -
System Red Green Blue C M Y K H S L
Decimal 138 136 11 0 0.01 0.92 0.46 59.06 0.85 0.29
Hex 8A 88 B 0 1 5C 2E 3B 55 1D
Octal 212 210 13 0 1 134 56 73 125 35
Binary 10001010 10001000 1011 0 1 1011100 101110 111011 1010101 11101

Color Harmonies of #8A880B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A880B

Black with #8A880B

Text Example


Text Example

White with #8A880B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8A880B; }

 p { color: rgb(138,136,11); }

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

background-color css

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

 a { background-color: rgb(138,136,11); }

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

border-color css

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

 span { border-color: rgb(138,136,11); }

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