Html Css Color HEX #8A7C06 Olive

📋 copy color: '#8A7C06'

red 138 ◦ green 124 ◦ blue 6

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

Shades of Olive #8A7C06

Tints of Olive #8A7C06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.24%

R = 51.49%
G = 46.27%
B = 2.24%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.96

 K value IS 0.46

RGB Variations

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

Color information

#8A7C06 (or 0x8A7C06) is known color: Olive. HEX triplet: 8A, 7C and 06. RGB value is (138,124,6). Sum of RGB (Red+Green+Blue) = 138+124+6=268 (35% of max value = 765). Red value is 138 (54.30% from 255 or 51.49% from 268); Green value is 124 (48.83% from 255 or 46.27% from 268); Blue value is 6 (2.73% from 255 or 2.24% from 268); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7C06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8A7C06 is #7583F9. Grayscale: #737373. Windows color (decimal): -7701498 or 425098. OLE color: 425098.

HSL color Cylindrical-coordinate representation of color #8A7C06: hue angle of 53.64º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8A7C06 is Cyan = 0, Magento = 0.10, Yellow = 0.96 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 124 6 -
CMYK 0 0.10 0.96 0.46
HSL 53.64º 0.92% 0.28% -
HSV(B) 53.64º 0.96% 0.54% -
XYZ 17.72 19.83 3.07 -
YUV 114.73 66.64 144.59 -
System Red Green Blue C M Y K H S L
Decimal 138 124 6 0 0.10 0.96 0.46 53.64 0.92 0.28
Hex 8A 7C 6 0 A 60 2E 36 5C 1C
Octal 212 174 6 0 12 140 56 66 134 34
Binary 10001010 1111100 110 0 1010 1100000 101110 110110 1011100 11100

Color Harmonies of #8A7C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A7C06

Black with #8A7C06

Text Example


Text Example

White with #8A7C06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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