Html Css Color HEX #7A7719 Olivetone

📋 copy color: '#7A7719'

red 122 ◦ green 119 ◦ blue 25

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

Shades of Olivetone #7A7719

Tints of Olivetone #7A7719

RGB

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

 GREEN value IS 119 (46.88% from 255) = 44.74%

 BLUE value IS 25 (10.16% from 255) = 9.4%

R = 45.86%
G = 44.74%
B = 9.4%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.80

 K value IS 0.52

RGB Variations

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

Color information

#7A7719 (or 0x7A7719) is known color: Olivetone. HEX triplet: 7A, 77 and 19. RGB value is (122,119,25). Sum of RGB (Red+Green+Blue) = 122+119+25=266 (35% of max value = 765). Red value is 122 (48.05% from 255 or 45.86% from 266); Green value is 119 (46.88% from 255 or 44.74% from 266); Blue value is 25 (10.16% from 255 or 9.40% from 266); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7719 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7A7719 is #8588E6. Grayscale: #6D6D6D. Windows color (decimal): -8751335 or 1668986. OLE color: 1668986.

HSL color Cylindrical-coordinate representation of color #7A7719: hue angle of 58.14º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7A7719 is Cyan = 0, Magento = 0.02, Yellow = 0.80 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 119 25 -
CMYK 0 0.02 0.80 0.52
HSL 58.14º 0.66% 0.29% -
HSV(B) 58.14º 0.8% 0.48% -
XYZ 14.8 17.4 3.5 -
YUV 109.18 80.49 137.14 -
System Red Green Blue C M Y K H S L
Decimal 122 119 25 0 0.02 0.80 0.52 58.14 0.66 0.29
Hex 7A 77 19 0 2 50 34 3A 42 1D
Octal 172 167 31 0 2 120 64 72 102 35
Binary 1111010 1110111 11001 0 10 1010000 110100 111010 1000010 11101

Color Harmonies of #7A7719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A7719

Black with #7A7719

Text Example


Text Example

White with #7A7719

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,119,25); }

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

background-color css

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

 a { background-color: rgb(122,119,25); }

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

border-color css

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

 span { border-color: rgb(122,119,25); }

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