Html Css Color HEX #8A7400 Olive

📋 copy color: '#8A7400'

red 138 ◦ green 116 ◦ blue 0

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

Shades of Olive #8A7400

Tints of Olive #8A7400

RGB

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

 GREEN value IS 116 (45.7% from 255) = 45.67%

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

R = 54.33%
G = 45.67%
B = 0%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 1

 K value IS 0.46

RGB Variations

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

Color information

#8A7400 (or 0x8A7400) is known color: Olive. HEX triplet: 8A, 74 and 00. RGB value is (138,116,0). Sum of RGB (Red+Green+Blue) = 138+116+0=254 (33% of max value = 765). Red value is 138 (54.30% from 255 or 54.33% from 254); Green value is 116 (45.70% from 255 or 45.67% from 254); Blue value is 0 (0.39% from 255 or 0% from 254); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7400 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8A7400 is #758BFF. Grayscale: #6D6D6D. Windows color (decimal): -7703552 or 29834. OLE color: 29834.

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

Color convert

RGB 138 116 0 -
CMYK 0 0.16 1 0.46
HSL 50.43º 1% 0.27% -
HSV(B) 50.43º 1% 0.54% -
XYZ 16.73 17.89 2.57 -
YUV 109.35 66.29 148.43 -
System Red Green Blue C M Y K H S L
Decimal 138 116 0 0 0.16 1 0.46 50.43 1 0.27
Hex 8A 74 0 0 10 64 2E 32 64 1B
Octal 212 164 0 0 20 144 56 62 144 33
Binary 10001010 1110100 0 0 10000 1100100 101110 110010 1100100 11011

Color Harmonies of #8A7400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A7400

Black with #8A7400

Text Example


Text Example

White with #8A7400

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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