Html Css Color HEX #7A963A Sushi

📋 copy color: '#7A963A'

red 122 ◦ green 150 ◦ blue 58

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

Shades of Sushi #7A963A

Tints of Sushi #7A963A

RGB

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

 GREEN value IS 150 (58.98% from 255) = 45.45%

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

R = 36.97%
G = 45.45%
B = 17.58%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.61

 K value IS 0.41

RGB Variations

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

Color information

#7A963A (or 0x7A963A) is known color: Sushi. HEX triplet: 7A, 96 and 3A. RGB value is (122,150,58). Sum of RGB (Red+Green+Blue) = 122+150+58=330 (43% of max value = 765). Red value is 122 (48.05% from 255 or 36.97% from 330); Green value is 150 (58.98% from 255 or 45.45% from 330); Blue value is 58 (23.05% from 255 or 17.58% from 330); Max value from RGB is 150 - color contains mainly: green. Hex color #7A963A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A963A is #8569C5. Grayscale: #838383. Windows color (decimal): -8743366 or 3839610. OLE color: 3839610.

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

Color convert

RGB 122 150 58 -
CMYK 0.19 0 0.61 0.41
HSL 78.26º 0.44% 0.41% -
HSV(B) 78.26º 0.61% 0.59% -
XYZ 19.7 26.26 8.03 -
YUV 131.14 86.72 121.48 -
System Red Green Blue C M Y K H S L
Decimal 122 150 58 0.19 0 0.61 0.41 78.26 0.44 0.41
Hex 7A 96 3A 13 0 3D 29 4E 2C 29
Octal 172 226 72 23 0 75 51 116 54 51
Binary 1111010 10010110 111010 10011 0 111101 101001 1001110 101100 101001

Color Harmonies of #7A963A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A963A

Black with #7A963A

Text Example


Text Example

White with #7A963A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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