Html Css Color HEX #8A7C00 Olive

📋 copy color: '#8A7C00'

red 138 ◦ green 124 ◦ blue 0

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

Shades of Olive #8A7C00

Tints of Olive #8A7C00

RGB

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

 GREEN value IS 124 (48.83% from 255) = 47.33%

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

R = 52.67%
G = 47.33%
B = 0%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 1

 K value IS 0.46

RGB Variations

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

Color information

#8A7C00 (or 0x8A7C00) is known color: Olive. HEX triplet: 8A, 7C and 00. RGB value is (138,124,0). Sum of RGB (Red+Green+Blue) = 138+124+0=262 (34% of max value = 765). Red value is 138 (54.30% from 255 or 52.67% from 262); Green value is 124 (48.83% from 255 or 47.33% from 262); Blue value is 0 (0.39% from 255 or 0% from 262); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7C00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8A7C00 is #7583FF. Grayscale: #727272. Windows color (decimal): -7701504 or 31882. OLE color: 31882.

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

Color convert

RGB 138 124 0 -
CMYK 0 0.10 1 0.46
HSL 53.91º 1% 0.27% -
HSV(B) 53.91º 1% 0.54% -
XYZ 17.69 19.82 2.89 -
YUV 114.05 63.64 145.08 -
System Red Green Blue C M Y K H S L
Decimal 138 124 0 0 0.10 1 0.46 53.91 1 0.27
Hex 8A 7C 0 0 A 64 2E 36 64 1B
Octal 212 174 0 0 12 144 56 66 144 33
Binary 10001010 1111100 0 0 1010 1100100 101110 110110 1100100 11011

Color Harmonies of #8A7C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A7C00

Black with #8A7C00

Text Example


Text Example

White with #8A7C00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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