Html Css Color HEX #7A993A Sushi

📋 copy color: '#7A993A'

red 122 ◦ green 153 ◦ blue 58

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

Shades of Sushi #7A993A

Tints of Sushi #7A993A

RGB

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

 GREEN value IS 153 (60.16% from 255) = 45.95%

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

R = 36.64%
G = 45.95%
B = 17.42%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.62

 K value IS 0.4

RGB Variations

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

Color information

#7A993A (or 0x7A993A) is known color: Sushi. HEX triplet: 7A, 99 and 3A. RGB value is (122,153,58). Sum of RGB (Red+Green+Blue) = 122+153+58=333 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.64% from 333); Green value is 153 (60.16% from 255 or 45.95% from 333); Blue value is 58 (23.05% from 255 or 17.42% from 333); Max value from RGB is 153 - color contains mainly: green. Hex color #7A993A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A993A is #8566C5. Grayscale: #858585. Windows color (decimal): -8742598 or 3840378. OLE color: 3840378.

HSL color Cylindrical-coordinate representation of color #7A993A: hue angle of 79.58º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7A993A is Cyan = 0.20, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.4.

Color convert

RGB 122 153 58 -
CMYK 0.20 0 0.62 0.4
HSL 79.58º 0.45% 0.41% -
HSV(B) 79.58º 0.62% 0.6% -
XYZ 20.18 27.23 8.19 -
YUV 132.9 85.73 120.22 -
System Red Green Blue C M Y K H S L
Decimal 122 153 58 0.20 0 0.62 0.4 79.58 0.45 0.41
Hex 7A 99 3A 14 0 3E 28 50 2D 29
Octal 172 231 72 24 0 76 50 120 55 51
Binary 1111010 10011001 111010 10100 0 111110 101000 1010000 101101 101001

Color Harmonies of #7A993A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A993A

Black with #7A993A

Text Example


Text Example

White with #7A993A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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