Html Css Color HEX #8A880E Olive

📋 copy color: '#8A880E'

red 138 ◦ green 136 ◦ blue 14

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

Shades of Olive #8A880E

Tints of Olive #8A880E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.86%

R = 47.92%
G = 47.22%
B = 4.86%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.90

 K value IS 0.46

RGB Variations

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

Color information

#8A880E (or 0x8A880E) is known color: Olive. HEX triplet: 8A, 88 and 0E. RGB value is (138,136,14). Sum of RGB (Red+Green+Blue) = 138+136+14=288 (38% of max value = 765). Red value is 138 (54.30% from 255 or 47.92% from 288); Green value is 136 (53.52% from 255 or 47.22% from 288); Blue value is 14 (5.86% from 255 or 4.86% from 288); Max value from RGB is 138 - color contains mainly: red. Hex color #8A880E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8A880E is #7577F1. Grayscale: #7B7B7B. Windows color (decimal): -7698418 or 952458. OLE color: 952458.

HSL color Cylindrical-coordinate representation of color #8A880E: hue angle of 59.03º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8A880E is Cyan = 0, Magento = 0.01, Yellow = 0.90 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 136 14 -
CMYK 0 0.01 0.90 0.46
HSL 59.03º 0.82% 0.3% -
HSV(B) 59.03º 0.9% 0.54% -
XYZ 19.36 23.04 3.84 -
YUV 122.69 66.66 138.92 -
System Red Green Blue C M Y K H S L
Decimal 138 136 14 0 0.01 0.90 0.46 59.03 0.82 0.3
Hex 8A 88 E 0 1 5A 2E 3B 52 1E
Octal 212 210 16 0 1 132 56 73 122 36
Binary 10001010 10001000 1110 0 1 1011010 101110 111011 1010010 11110

Color Harmonies of #8A880E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A880E

Black with #8A880E

Text Example


Text Example

White with #8A880E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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