Html Css Color HEX #7A7415 Olivetone

📋 copy color: '#7A7415'

red 122 ◦ green 116 ◦ blue 21

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

Shades of Olivetone #7A7415

Tints of Olivetone #7A7415

RGB

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

 GREEN value IS 116 (45.7% from 255) = 44.79%

 BLUE value IS 21 (8.59% from 255) = 8.11%

R = 47.1%
G = 44.79%
B = 8.11%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.83

 K value IS 0.52

RGB Variations

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

Color information

#7A7415 (or 0x7A7415) is known color: Olivetone. HEX triplet: 7A, 74 and 15. RGB value is (122,116,21). Sum of RGB (Red+Green+Blue) = 122+116+21=259 (34% of max value = 765). Red value is 122 (48.05% from 255 or 47.10% from 259); Green value is 116 (45.70% from 255 or 44.79% from 259); Blue value is 21 (8.59% from 255 or 8.11% from 259); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7415 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7A7415 is #858BEA. Grayscale: #6B6B6B. Windows color (decimal): -8752107 or 1406074. OLE color: 1406074.

HSL color Cylindrical-coordinate representation of color #7A7415: hue angle of 56.44º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7A7415 is Cyan = 0, Magento = 0.05, Yellow = 0.83 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 116 21 -
CMYK 0 0.05 0.83 0.52
HSL 56.44º 0.71% 0.28% -
HSV(B) 56.44º 0.83% 0.48% -
XYZ 14.41 16.68 3.17 -
YUV 106.96 79.49 138.72 -
System Red Green Blue C M Y K H S L
Decimal 122 116 21 0 0.05 0.83 0.52 56.44 0.71 0.28
Hex 7A 74 15 0 5 53 34 38 47 1C
Octal 172 164 25 0 5 123 64 70 107 34
Binary 1111010 1110100 10101 0 101 1010011 110100 111000 1000111 11100

Color Harmonies of #7A7415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A7415

Black with #7A7415

Text Example


Text Example

White with #7A7415

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,116,21); }

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

background-color css

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

 a { background-color: rgb(122,116,21); }

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

border-color css

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

 span { border-color: rgb(122,116,21); }

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