Html Css Color HEX #7A952A Sushi

📋 copy color: '#7A952A'

red 122 ◦ green 149 ◦ blue 42

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

Shades of Sushi #7A952A

Tints of Sushi #7A952A

RGB

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

 GREEN value IS 149 (58.59% from 255) = 47.6%

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

R = 38.98%
G = 47.6%
B = 13.42%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.72

 K value IS 0.42

RGB Variations

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

Color information

#7A952A (or 0x7A952A) is known color: Sushi. HEX triplet: 7A, 95 and 2A. RGB value is (122,149,42). Sum of RGB (Red+Green+Blue) = 122+149+42=313 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.98% from 313); Green value is 149 (58.59% from 255 or 47.60% from 313); Blue value is 42 (16.80% from 255 or 13.42% from 313); Max value from RGB is 149 - color contains mainly: green. Hex color #7A952A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A952A is #856AD5. Grayscale: #818181. Windows color (decimal): -8743638 or 2790778. OLE color: 2790778.

HSL color Cylindrical-coordinate representation of color #7A952A: hue angle of 75.14º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7A952A is Cyan = 0.18, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.42.

Color convert

RGB 122 149 42 -
CMYK 0.18 0 0.72 0.42
HSL 75.14º 0.56% 0.37% -
HSV(B) 75.14º 0.72% 0.58% -
XYZ 19.19 25.8 6.16 -
YUV 128.73 79.05 123.2 -
System Red Green Blue C M Y K H S L
Decimal 122 149 42 0.18 0 0.72 0.42 75.14 0.56 0.37
Hex 7A 95 2A 12 0 48 2A 4B 38 25
Octal 172 225 52 22 0 110 52 113 70 45
Binary 1111010 10010101 101010 10010 0 1001000 101010 1001011 111000 100101

Color Harmonies of #7A952A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A952A

Black with #7A952A

Text Example


Text Example

White with #7A952A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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