Html Css Color HEX #8A7005 Olive

📋 copy color: '#8A7005'

red 138 ◦ green 112 ◦ blue 5

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

Shades of Olive #8A7005

Tints of Olive #8A7005

RGB

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

 GREEN value IS 112 (44.14% from 255) = 43.92%

 BLUE value IS 5 (2.34% from 255) = 1.96%

R = 54.12%
G = 43.92%
B = 1.96%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.96

 K value IS 0.46

RGB Variations

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

Color information

#8A7005 (or 0x8A7005) is known color: Olive. HEX triplet: 8A, 70 and 05. RGB value is (138,112,5). Sum of RGB (Red+Green+Blue) = 138+112+5=255 (33% of max value = 765). Red value is 138 (54.30% from 255 or 54.12% from 255); Green value is 112 (44.14% from 255 or 43.92% from 255); Blue value is 5 (2.34% from 255 or 1.96% from 255); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7005 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8A7005 is #758FFA. Grayscale: #6C6C6C. Windows color (decimal): -7704571 or 356490. OLE color: 356490.

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

Color convert

RGB 138 112 5 -
CMYK 0 0.19 0.96 0.46
HSL 48.27º 0.93% 0.28% -
HSV(B) 48.27º 0.96% 0.54% -
XYZ 16.3 17 2.57 -
YUV 107.58 70.11 149.7 -
System Red Green Blue C M Y K H S L
Decimal 138 112 5 0 0.19 0.96 0.46 48.27 0.93 0.28
Hex 8A 70 5 0 13 60 2E 30 5D 1C
Octal 212 160 5 0 23 140 56 60 135 34
Binary 10001010 1110000 101 0 10011 1100000 101110 110000 1011101 11100

Color Harmonies of #8A7005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A7005

Black with #8A7005

Text Example


Text Example

White with #8A7005

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,112,5); }

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

background-color css

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

 a { background-color: rgb(138,112,5); }

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

border-color css

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

 span { border-color: rgb(138,112,5); }

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