Html Css Color HEX #7A953C Sushi

📋 copy color: '#7A953C'

red 122 ◦ green 149 ◦ blue 60

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

Shades of Sushi #7A953C

Tints of Sushi #7A953C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 18.13%

R = 36.86%
G = 45.02%
B = 18.13%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.60

 K value IS 0.42

RGB Variations

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

Color information

#7A953C (or 0x7A953C) is known color: Sushi. HEX triplet: 7A, 95 and 3C. RGB value is (122,149,60). Sum of RGB (Red+Green+Blue) = 122+149+60=331 (43% of max value = 765). Red value is 122 (48.05% from 255 or 36.86% from 331); Green value is 149 (58.59% from 255 or 45.02% from 331); Blue value is 60 (23.83% from 255 or 18.13% from 331); Max value from RGB is 149 - color contains mainly: green. Hex color #7A953C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A953C is #856AC3. Grayscale: #838383. Windows color (decimal): -8743620 or 3970426. OLE color: 3970426.

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

Color convert

RGB 122 149 60 -
CMYK 0.18 0 0.60 0.42
HSL 78.2º 0.43% 0.41% -
HSV(B) 78.2º 0.6% 0.58% -
XYZ 19.59 25.96 8.25 -
YUV 130.78 88.05 121.74 -
System Red Green Blue C M Y K H S L
Decimal 122 149 60 0.18 0 0.60 0.42 78.2 0.43 0.41
Hex 7A 95 3C 12 0 3C 2A 4E 2B 29
Octal 172 225 74 22 0 74 52 116 53 51
Binary 1111010 10010101 111100 10010 0 111100 101010 1001110 101011 101001

Color Harmonies of #7A953C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A953C

Black with #7A953C

Text Example


Text Example

White with #7A953C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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