Html Css Color HEX #7A953A Sushi

📋 copy color: '#7A953A'

red 122 ◦ green 149 ◦ blue 58

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

Shades of Sushi #7A953A

Tints of Sushi #7A953A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 17.63%

R = 37.08%
G = 45.29%
B = 17.63%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.61

 K value IS 0.42

RGB Variations

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

Color information

#7A953A (or 0x7A953A) is known color: Sushi. HEX triplet: 7A, 95 and 3A. RGB value is (122,149,58). Sum of RGB (Red+Green+Blue) = 122+149+58=329 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.08% from 329); Green value is 149 (58.59% from 255 or 45.29% from 329); Blue value is 58 (23.05% from 255 or 17.63% from 329); Max value from RGB is 149 - color contains mainly: green. Hex color #7A953A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A953A is #856AC5. Grayscale: #828282. Windows color (decimal): -8743622 or 3839354. OLE color: 3839354.

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

Color convert

RGB 122 149 58 -
CMYK 0.18 0 0.61 0.42
HSL 77.8º 0.44% 0.41% -
HSV(B) 77.8º 0.61% 0.58% -
XYZ 19.54 25.94 7.98 -
YUV 130.55 87.05 121.9 -
System Red Green Blue C M Y K H S L
Decimal 122 149 58 0.18 0 0.61 0.42 77.8 0.44 0.41
Hex 7A 95 3A 12 0 3D 2A 4E 2C 29
Octal 172 225 72 22 0 75 52 116 54 51
Binary 1111010 10010101 111010 10010 0 111101 101010 1001110 101100 101001

Color Harmonies of #7A953A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A953A

Black with #7A953A

Text Example


Text Example

White with #7A953A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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