Html Css Color HEX #7A953E Sushi

📋 copy color: '#7A953E'

red 122 ◦ green 149 ◦ blue 62

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

Shades of Sushi #7A953E

Tints of Sushi #7A953E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 18.62%

R = 36.64%
G = 44.74%
B = 18.62%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.58

 K value IS 0.42

RGB Variations

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

Color information

#7A953E (or 0x7A953E) is known color: Sushi. HEX triplet: 7A, 95 and 3E. RGB value is (122,149,62). Sum of RGB (Red+Green+Blue) = 122+149+62=333 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.64% from 333); Green value is 149 (58.59% from 255 or 44.74% from 333); Blue value is 62 (24.61% from 255 or 18.62% from 333); Max value from RGB is 149 - color contains mainly: green. Hex color #7A953E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A953E is #856AC1. Grayscale: #838383. Windows color (decimal): -8743618 or 4101498. OLE color: 4101498.

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

Color convert

RGB 122 149 62 -
CMYK 0.18 0 0.58 0.42
HSL 78.62º 0.41% 0.41% -
HSV(B) 78.62º 0.58% 0.58% -
XYZ 19.64 25.98 8.54 -
YUV 131.01 89.05 121.57 -
System Red Green Blue C M Y K H S L
Decimal 122 149 62 0.18 0 0.58 0.42 78.62 0.41 0.41
Hex 7A 95 3E 12 0 3A 2A 4F 29 29
Octal 172 225 76 22 0 72 52 117 51 51
Binary 1111010 10010101 111110 10010 0 111010 101010 1001111 101001 101001

Color Harmonies of #7A953E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A953E

Black with #7A953E

Text Example


Text Example

White with #7A953E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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