Html Css Color HEX #7A7913 Olive

📋 copy color: '#7A7913'

red 122 ◦ green 121 ◦ blue 19

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

Shades of Olive #7A7913

Tints of Olive #7A7913

RGB

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

 GREEN value IS 121 (47.66% from 255) = 46.18%

 BLUE value IS 19 (7.81% from 255) = 7.25%

R = 46.56%
G = 46.18%
B = 7.25%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.84

 K value IS 0.52

RGB Variations

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

Color information

#7A7913 (or 0x7A7913) is known color: Olive. HEX triplet: 7A, 79 and 13. RGB value is (122,121,19). Sum of RGB (Red+Green+Blue) = 122+121+19=262 (34% of max value = 765). Red value is 122 (48.05% from 255 or 46.56% from 262); Green value is 121 (47.66% from 255 or 46.18% from 262); Blue value is 19 (7.81% from 255 or 7.25% from 262); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7913 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7A7913 is #8586EC. Grayscale: #6E6E6E. Windows color (decimal): -8750829 or 1276282. OLE color: 1276282.

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

Color convert

RGB 122 121 19 -
CMYK 0 0.01 0.84 0.52
HSL 59.42º 0.73% 0.28% -
HSV(B) 59.42º 0.84% 0.48% -
XYZ 14.98 17.86 3.27 -
YUV 109.67 76.83 136.79 -
System Red Green Blue C M Y K H S L
Decimal 122 121 19 0 0.01 0.84 0.52 59.42 0.73 0.28
Hex 7A 79 13 0 1 54 34 3B 49 1C
Octal 172 171 23 0 1 124 64 73 111 34
Binary 1111010 1111001 10011 0 1 1010100 110100 111011 1001001 11100

Color Harmonies of #7A7913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A7913

Black with #7A7913

Text Example


Text Example

White with #7A7913

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,121,19); }

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

background-color css

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

 a { background-color: rgb(122,121,19); }

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

border-color css

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

 span { border-color: rgb(122,121,19); }

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