Html Css Color HEX #8B7A00 Olive

📋 copy color: '#8B7A00'

red 139 ◦ green 122 ◦ blue 0

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

Shades of Olive #8B7A00

Tints of Olive #8B7A00

RGB

 RED value IS 139 (54.69% from 255) = 53.26%

 GREEN value IS 122 (48.05% from 255) = 46.74%

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

R = 53.26%
G = 46.74%
B = 0%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 1

 K value IS 0.45

RGB Variations

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

Color information

#8B7A00 (or 0x8B7A00) is known color: Olive. HEX triplet: 8B, 7A and 00. RGB value is (139,122,0). Sum of RGB (Red+Green+Blue) = 139+122+0=261 (34% of max value = 765). Red value is 139 (54.69% from 255 or 53.26% from 261); Green value is 122 (48.05% from 255 or 46.74% from 261); Blue value is 0 (0.39% from 255 or 0% from 261); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7A00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B7A00 is #7485FF. Grayscale: #717171. Windows color (decimal): -7636480 or 31371. OLE color: 31371.

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

Color convert

RGB 139 122 0 -
CMYK 0 0.12 1 0.45
HSL 52.66º 1% 0.27% -
HSV(B) 52.66º 1% 0.55% -
XYZ 17.61 19.41 2.82 -
YUV 113.18 64.13 146.42 -
System Red Green Blue C M Y K H S L
Decimal 139 122 0 0 0.12 1 0.45 52.66 1 0.27
Hex 8B 7A 0 0 C 64 2D 35 64 1B
Octal 213 172 0 0 14 144 55 65 144 33
Binary 10001011 1111010 0 0 1100 1100100 101101 110101 1100100 11011

Color Harmonies of #8B7A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B7A00

Black with #8B7A00

Text Example


Text Example

White with #8B7A00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,122,0); }

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

background-color css

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

 a { background-color: rgb(139,122,0); }

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

border-color css

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

 span { border-color: rgb(139,122,0); }

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