Html Css Color HEX #8A770F Olive

📋 copy color: '#8A770F'

red 138 ◦ green 119 ◦ blue 15

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

Shades of Olive #8A770F

Tints of Olive #8A770F

RGB

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

 GREEN value IS 119 (46.88% from 255) = 43.75%

 BLUE value IS 15 (6.25% from 255) = 5.51%

R = 50.74%
G = 43.75%
B = 5.51%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.89

 K value IS 0.46

RGB Variations

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

Color information

#8A770F (or 0x8A770F) is known color: Olive. HEX triplet: 8A, 77 and 0F. RGB value is (138,119,15). Sum of RGB (Red+Green+Blue) = 138+119+15=272 (36% of max value = 765). Red value is 138 (54.30% from 255 or 50.74% from 272); Green value is 119 (46.88% from 255 or 43.75% from 272); Blue value is 15 (6.25% from 255 or 5.51% from 272); Max value from RGB is 138 - color contains mainly: red. Hex color #8A770F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8A770F is #7588F0. Grayscale: #717171. Windows color (decimal): -7702769 or 1013642. OLE color: 1013642.

HSL color Cylindrical-coordinate representation of color #8A770F: hue angle of 50.73º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8A770F is Cyan = 0, Magento = 0.14, Yellow = 0.89 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 119 15 -
CMYK 0 0.14 0.89 0.46
HSL 50.73º 0.8% 0.3% -
HSV(B) 50.73º 0.89% 0.54% -
XYZ 17.16 18.63 3.14 -
YUV 112.83 72.79 145.96 -
System Red Green Blue C M Y K H S L
Decimal 138 119 15 0 0.14 0.89 0.46 50.73 0.8 0.3
Hex 8A 77 F 0 E 59 2E 33 50 1E
Octal 212 167 17 0 16 131 56 63 120 36
Binary 10001010 1110111 1111 0 1110 1011001 101110 110011 1010000 11110

Color Harmonies of #8A770F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A770F

Black with #8A770F

Text Example


Text Example

White with #8A770F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,119,15); }

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

background-color css

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

 a { background-color: rgb(138,119,15); }

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

border-color css

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

 span { border-color: rgb(138,119,15); }

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