Html Css Color HEX #7A6D0A Olive

📋 copy color: '#7A6D0A'

red 122 ◦ green 109 ◦ blue 10

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

Shades of Olive #7A6D0A

Tints of Olive #7A6D0A

RGB

 RED value IS 122 (48.05% from 255) = 50.62%

 GREEN value IS 109 (42.97% from 255) = 45.23%

 BLUE value IS 10 (4.3% from 255) = 4.15%

R = 50.62%
G = 45.23%
B = 4.15%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.92

 K value IS 0.52

RGB Variations

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

Color information

#7A6D0A (or 0x7A6D0A) is known color: Olive. HEX triplet: 7A, 6D and 0A. RGB value is (122,109,10). Sum of RGB (Red+Green+Blue) = 122+109+10=241 (31% of max value = 765). Red value is 122 (48.05% from 255 or 50.62% from 241); Green value is 109 (42.97% from 255 or 45.23% from 241); Blue value is 10 (4.30% from 255 or 4.15% from 241); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6D0A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7A6D0A is #8592F5. Grayscale: #666666. Windows color (decimal): -8753910 or 683386. OLE color: 683386.

HSL color Cylindrical-coordinate representation of color #7A6D0A: hue angle of 53.04º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7A6D0A is Cyan = 0, Magento = 0.11, Yellow = 0.92 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 109 10 -
CMYK 0 0.11 0.92 0.52
HSL 53.04º 0.85% 0.26% -
HSV(B) 53.04º 0.92% 0.48% -
XYZ 13.55 15.1 2.49 -
YUV 101.6 76.31 142.55 -
System Red Green Blue C M Y K H S L
Decimal 122 109 10 0 0.11 0.92 0.52 53.04 0.85 0.26
Hex 7A 6D A 0 B 5C 34 35 55 1A
Octal 172 155 12 0 13 134 64 65 125 32
Binary 1111010 1101101 1010 0 1011 1011100 110100 110101 1010101 11010

Color Harmonies of #7A6D0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A6D0A

Black with #7A6D0A

Text Example


Text Example

White with #7A6D0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7A6D0A; }

 p { color: rgb(122,109,10); }

 H1.HeaderClassName
 {
   color: #7A6D0A;
 }
 .AnyTagClassName
 {
   color: #7A6D0A;
 }
</style>

background-color css

<style>
 a { background-color: #7A6D0A; }

 a { background-color: rgb(122,109,10); }

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

border-color css

<style>
 span { border-color: #7A6D0A; }

 span { border-color: rgb(122,109,10); }

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