Html Css Color HEX #8A7004 Olive

📋 copy color: '#8A7004'

red 138 ◦ green 112 ◦ blue 4

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

Shades of Olive #8A7004

Tints of Olive #8A7004

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.57%

R = 54.33%
G = 44.09%
B = 1.57%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.97

 K value IS 0.46

RGB Variations

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

Color information

#8A7004 (or 0x8A7004) is known color: Olive. HEX triplet: 8A, 70 and 04. RGB value is (138,112,4). Sum of RGB (Red+Green+Blue) = 138+112+4=254 (33% of max value = 765). Red value is 138 (54.30% from 255 or 54.33% from 254); Green value is 112 (44.14% from 255 or 44.09% from 254); Blue value is 4 (1.95% from 255 or 1.57% from 254); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7004 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8A7004 is #758FFB. Grayscale: #6B6B6B. Windows color (decimal): -7704572 or 290954. OLE color: 290954.

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

Color convert

RGB 138 112 4 -
CMYK 0 0.19 0.97 0.46
HSL 48.36º 0.94% 0.28% -
HSV(B) 48.36º 0.97% 0.54% -
XYZ 16.3 17 2.54 -
YUV 107.46 69.61 149.78 -
System Red Green Blue C M Y K H S L
Decimal 138 112 4 0 0.19 0.97 0.46 48.36 0.94 0.28
Hex 8A 70 4 0 13 61 2E 30 5E 1C
Octal 212 160 4 0 23 141 56 60 136 34
Binary 10001010 1110000 100 0 10011 1100001 101110 110000 1011110 11100

Color Harmonies of #8A7004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A7004

Black with #8A7004

Text Example


Text Example

White with #8A7004

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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