Html Css Color HEX #8A870A Olive

📋 copy color: '#8A870A'

red 138 ◦ green 135 ◦ blue 10

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

Shades of Olive #8A870A

Tints of Olive #8A870A

RGB

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

 GREEN value IS 135 (53.13% from 255) = 47.7%

 BLUE value IS 10 (4.3% from 255) = 3.53%

R = 48.76%
G = 47.7%
B = 3.53%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.93

 K value IS 0.46

RGB Variations

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

Color information

#8A870A (or 0x8A870A) is known color: Olive. HEX triplet: 8A, 87 and 0A. RGB value is (138,135,10). Sum of RGB (Red+Green+Blue) = 138+135+10=283 (37% of max value = 765). Red value is 138 (54.30% from 255 or 48.76% from 283); Green value is 135 (53.12% from 255 or 47.70% from 283); Blue value is 10 (4.30% from 255 or 3.53% from 283); Max value from RGB is 138 - color contains mainly: red. Hex color #8A870A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8A870A is #7578F5. Grayscale: #7A7A7A. Windows color (decimal): -7698678 or 690058. OLE color: 690058.

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

Color convert

RGB 138 135 10 -
CMYK 0 0.02 0.93 0.46
HSL 58.59º 0.86% 0.29% -
HSV(B) 58.59º 0.93% 0.54% -
XYZ 19.2 22.75 3.67 -
YUV 121.65 64.99 139.66 -
System Red Green Blue C M Y K H S L
Decimal 138 135 10 0 0.02 0.93 0.46 58.59 0.86 0.29
Hex 8A 87 A 0 2 5D 2E 3B 56 1D
Octal 212 207 12 0 2 135 56 73 126 35
Binary 10001010 10000111 1010 0 10 1011101 101110 111011 1010110 11101

Color Harmonies of #8A870A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A870A

Black with #8A870A

Text Example


Text Example

White with #8A870A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,135,10); }

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

background-color css

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

 a { background-color: rgb(138,135,10); }

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

border-color css

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

 span { border-color: rgb(138,135,10); }

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