Html Css Color HEX #7AA541 Sushi

📋 copy color: '#7AA541'

red 122 ◦ green 165 ◦ blue 65

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

Shades of Sushi #7AA541

Tints of Sushi #7AA541

RGB

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

 GREEN value IS 165 (64.84% from 255) = 46.88%

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

R = 34.66%
G = 46.88%
B = 18.47%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.61

 K value IS 0.35

RGB Variations

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

Color information

#7AA541 (or 0x7AA541) is known color: Sushi. HEX triplet: 7A, A5 and 41. RGB value is (122,165,65). Sum of RGB (Red+Green+Blue) = 122+165+65=352 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.66% from 352); Green value is 165 (64.84% from 255 or 46.88% from 352); Blue value is 65 (25.78% from 255 or 18.47% from 352); Max value from RGB is 165 - color contains mainly: green. Hex color #7AA541 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AA541 is #855ABE. Grayscale: #8D8D8D. Windows color (decimal): -8739519 or 4302202. OLE color: 4302202.

HSL color Cylindrical-coordinate representation of color #7AA541: hue angle of 85.8º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7AA541 is Cyan = 0.26, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.35.

Color convert

RGB 122 165 65 -
CMYK 0.26 0 0.61 0.35
HSL 85.8º 0.43% 0.45% -
HSV(B) 85.8º 0.61% 0.65% -
XYZ 22.44 31.43 9.89 -
YUV 140.74 85.25 114.63 -
System Red Green Blue C M Y K H S L
Decimal 122 165 65 0.26 0 0.61 0.35 85.8 0.43 0.45
Hex 7A A5 41 1A 0 3D 23 56 2B 2D
Octal 172 245 101 32 0 75 43 126 53 55
Binary 1111010 10100101 1000001 11010 0 111101 100011 1010110 101011 101101

Color Harmonies of #7AA541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AA541

Black with #7AA541

Text Example


Text Example

White with #7AA541

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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