Html Css Color HEX #7A992A Sushi

📋 copy color: '#7A992A'

red 122 ◦ green 153 ◦ blue 42

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

Shades of Sushi #7A992A

Tints of Sushi #7A992A

RGB

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

 GREEN value IS 153 (60.16% from 255) = 48.26%

 BLUE value IS 42 (16.8% from 255) = 13.25%

R = 38.49%
G = 48.26%
B = 13.25%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.73

 K value IS 0.4

RGB Variations

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

Color information

#7A992A (or 0x7A992A) is known color: Sushi. HEX triplet: 7A, 99 and 2A. RGB value is (122,153,42). Sum of RGB (Red+Green+Blue) = 122+153+42=317 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.49% from 317); Green value is 153 (60.16% from 255 or 48.26% from 317); Blue value is 42 (16.80% from 255 or 13.25% from 317); Max value from RGB is 153 - color contains mainly: green. Hex color #7A992A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A992A is #8566D5. Grayscale: #838383. Windows color (decimal): -8742614 or 2791802. OLE color: 2791802.

HSL color Cylindrical-coordinate representation of color #7A992A: hue angle of 76.76º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7A992A is Cyan = 0.20, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.4.

Color convert

RGB 122 153 42 -
CMYK 0.20 0 0.73 0.4
HSL 76.76º 0.57% 0.38% -
HSV(B) 76.76º 0.73% 0.6% -
XYZ 19.84 27.09 6.37 -
YUV 131.08 77.73 121.53 -
System Red Green Blue C M Y K H S L
Decimal 122 153 42 0.20 0 0.73 0.4 76.76 0.57 0.38
Hex 7A 99 2A 14 0 49 28 4D 39 26
Octal 172 231 52 24 0 111 50 115 71 46
Binary 1111010 10011001 101010 10100 0 1001001 101000 1001101 111001 100110

Color Harmonies of #7A992A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A992A

Black with #7A992A

Text Example


Text Example

White with #7A992A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,153,42); }

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

background-color css

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

 a { background-color: rgb(122,153,42); }

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

border-color css

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

 span { border-color: rgb(122,153,42); }

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