#7AA534

Color #7AA534 Sushi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sushi #7AA534

Tints of Sushi #7AA534

Color information

#7AA534 (or 0x7AA534) is unknown color: approx Sushi. HEX triplet: 7A, A5 and 34. RGB value is (122,165,52). Sum of RGB (Red+Green+Blue) = 122+165+52=339 (44% of max value = 765). Red value is 122 (48.05% from 255 or 35.99% from 339); Green value is 165 (64.84% from 255 or 48.67% from 339); Blue value is 52 (20.70% from 255 or 15.34% from 339); Max value from RGB is 165 - color contains mainly: green. Hex color #7AA534 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AA534 is #855ACB. Grayscale: #8B8B8B. Windows color (decimal): -8739532 or 3450234. OLE color: 3450234.

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

Color convert

RGB12216552-
CMYK0.2600.680.35
HSL82.83º52.07%42.55%-
HSV(B)82.83º68.48%64.71%-
XYZ22.131.38.12-
YUV139.2678.75115.69-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 35.99%
GREEN value IS 165 (64.84% from 255) = 48.67%
BLUE value IS 52 (20.70% from 255) = 15.34%
R=35.99%
G=48.67%
B=15.34%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal122165520.2600.680.3582.8352.0742.55
Hex7AA5341A0442353342b
Octal17224564320104431236453
Binary11110101010010111010011010010001001000111010011110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AA534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7AA534;
 }
 .AnyTagClassName
 {
   color: #7AA534;
 }
</style>
background-color css

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

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

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

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

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

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