Html Css Color HEX #8A7D04 Olive

📋 copy color: '#8A7D04'

red 138 ◦ green 125 ◦ blue 4

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

Shades of Olive #8A7D04

Tints of Olive #8A7D04

RGB

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

 GREEN value IS 125 (49.22% from 255) = 46.82%

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

R = 51.69%
G = 46.82%
B = 1.5%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.97

 K value IS 0.46

RGB Variations

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

Color information

#8A7D04 (or 0x8A7D04) is known color: Olive. HEX triplet: 8A, 7D and 04. RGB value is (138,125,4). Sum of RGB (Red+Green+Blue) = 138+125+4=267 (35% of max value = 765). Red value is 138 (54.30% from 255 or 51.69% from 267); Green value is 125 (49.22% from 255 or 46.82% from 267); Blue value is 4 (1.95% from 255 or 1.50% from 267); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7D04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8A7D04 is #7582FB. Grayscale: #737373. Windows color (decimal): -7701244 or 294282. OLE color: 294282.

HSL color Cylindrical-coordinate representation of color #8A7D04: hue angle of 54.18º 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 #8A7D04 is Cyan = 0, Magento = 0.09, Yellow = 0.97 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 125 4 -
CMYK 0 0.09 0.97 0.46
HSL 54.18º 0.94% 0.28% -
HSV(B) 54.18º 0.97% 0.54% -
XYZ 17.84 20.08 3.05 -
YUV 115.09 65.31 144.34 -
System Red Green Blue C M Y K H S L
Decimal 138 125 4 0 0.09 0.97 0.46 54.18 0.94 0.28
Hex 8A 7D 4 0 9 61 2E 36 5E 1C
Octal 212 175 4 0 11 141 56 66 136 34
Binary 10001010 1111101 100 0 1001 1100001 101110 110110 1011110 11100

Color Harmonies of #8A7D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A7D04

Black with #8A7D04

Text Example


Text Example

White with #8A7D04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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