Html Css Color HEX #8A7900 Olive

📋 copy color: '#8A7900'

red 138 ◦ green 121 ◦ blue 0

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

Shades of Olive #8A7900

Tints of Olive #8A7900

RGB

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

 GREEN value IS 121 (47.66% from 255) = 46.72%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 53.28%
G = 46.72%
B = 0%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 1

 K value IS 0.46

RGB Variations

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

Color information

#8A7900 (or 0x8A7900) is known color: Olive. HEX triplet: 8A, 79 and 00. RGB value is (138,121,0). Sum of RGB (Red+Green+Blue) = 138+121+0=259 (34% of max value = 765). Red value is 138 (54.30% from 255 or 53.28% from 259); Green value is 121 (47.66% from 255 or 46.72% from 259); Blue value is 0 (0.39% from 255 or 0% from 259); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7900 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8A7900 is #7586FF. Grayscale: #707070. Windows color (decimal): -7702272 or 31114. OLE color: 31114.

HSL color Cylindrical-coordinate representation of color #8A7900: hue angle of 52.61º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8A7900 is Cyan = 0, Magento = 0.12, Yellow = 1 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 121 0 -
CMYK 0 0.12 1 0.46
HSL 52.61º 1% 0.27% -
HSV(B) 52.61º 1% 0.54% -
XYZ 17.32 19.08 2.77 -
YUV 112.29 64.63 146.34 -
System Red Green Blue C M Y K H S L
Decimal 138 121 0 0 0.12 1 0.46 52.61 1 0.27
Hex 8A 79 0 0 C 64 2E 35 64 1B
Octal 212 171 0 0 14 144 56 65 144 33
Binary 10001010 1111001 0 0 1100 1100100 101110 110101 1100100 11011

Color Harmonies of #8A7900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A7900

Black with #8A7900

Text Example


Text Example

White with #8A7900

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,121,0); }

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

background-color css

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

 a { background-color: rgb(138,121,0); }

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

border-color css

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

 span { border-color: rgb(138,121,0); }

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