Html Css Color HEX #7AA441 Sushi

📋 copy color: '#7AA441'

red 122 ◦ green 164 ◦ blue 65

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

Shades of Sushi #7AA441

Tints of Sushi #7AA441

RGB

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

 GREEN value IS 164 (64.45% from 255) = 46.72%

 BLUE value IS 65 (25.78% from 255) = 18.52%

R = 34.76%
G = 46.72%
B = 18.52%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.60

 K value IS 0.36

RGB Variations

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

Color information

#7AA441 (or 0x7AA441) is known color: Sushi. HEX triplet: 7A, A4 and 41. RGB value is (122,164,65). Sum of RGB (Red+Green+Blue) = 122+164+65=351 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.76% from 351); Green value is 164 (64.45% from 255 or 46.72% from 351); Blue value is 65 (25.78% from 255 or 18.52% from 351); Max value from RGB is 164 - color contains mainly: green. Hex color #7AA441 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AA441 is #855BBE. Grayscale: #8C8C8C. Windows color (decimal): -8739775 or 4301946. OLE color: 4301946.

HSL color Cylindrical-coordinate representation of color #7AA441: hue angle of 85.45º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7AA441 is Cyan = 0.26, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.36.

Color convert

RGB 122 164 65 -
CMYK 0.26 0 0.60 0.36
HSL 85.45º 0.43% 0.45% -
HSV(B) 85.45º 0.6% 0.64% -
XYZ 22.26 31.07 9.83 -
YUV 140.16 85.59 115.05 -
System Red Green Blue C M Y K H S L
Decimal 122 164 65 0.26 0 0.60 0.36 85.45 0.43 0.45
Hex 7A A4 41 1A 0 3C 24 55 2B 2D
Octal 172 244 101 32 0 74 44 125 53 55
Binary 1111010 10100100 1000001 11010 0 111100 100100 1010101 101011 101101

Color Harmonies of #7AA441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AA441

Black with #7AA441

Text Example


Text Example

White with #7AA441

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,164,65); }

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

background-color css

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

 a { background-color: rgb(122,164,65); }

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

border-color css

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

 span { border-color: rgb(122,164,65); }

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