Html Css Color HEX #8A7901 Olive

📋 copy color: '#8A7901'

red 138 ◦ green 121 ◦ blue 1

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

Shades of Olive #8A7901

Tints of Olive #8A7901

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.38%

R = 53.08%
G = 46.54%
B = 0.38%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.99

 K value IS 0.46

RGB Variations

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

Color information

#8A7901 (or 0x8A7901) is known color: Olive. HEX triplet: 8A, 79 and 01. RGB value is (138,121,1). Sum of RGB (Red+Green+Blue) = 138+121+1=260 (34% of max value = 765). Red value is 138 (54.30% from 255 or 53.08% from 260); Green value is 121 (47.66% from 255 or 46.54% from 260); Blue value is 1 (0.78% from 255 or 0.38% from 260); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7901 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8A7901 is #7586FE. Grayscale: #707070. Windows color (decimal): -7702271 or 96650. OLE color: 96650.

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

Color convert

RGB 138 121 1 -
CMYK 0 0.12 0.99 0.46
HSL 52.55º 0.99% 0.27% -
HSV(B) 52.55º 0.99% 0.54% -
XYZ 17.32 19.08 2.8 -
YUV 112.4 65.13 146.26 -
System Red Green Blue C M Y K H S L
Decimal 138 121 1 0 0.12 0.99 0.46 52.55 0.99 0.27
Hex 8A 79 1 0 C 63 2E 35 63 1B
Octal 212 171 1 0 14 143 56 65 143 33
Binary 10001010 1111001 1 0 1100 1100011 101110 110101 1100011 11011

Color Harmonies of #8A7901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A7901

Black with #8A7901

Text Example


Text Example

White with #8A7901

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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