#7AAF35

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

Shades of Sushi #7AAF35

Tints of Sushi #7AAF35

Color information

#7AAF35 (or 0x7AAF35) is unknown color: approx Sushi. HEX triplet: 7A, AF and 35. RGB value is (122,175,53). Sum of RGB (Red+Green+Blue) = 122+175+53=350 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.86% from 350); Green value is 175 (68.75% from 255 or 50% from 350); Blue value is 53 (21.09% from 255 or 15.14% from 350); Max value from RGB is 175 - color contains mainly: green. Hex color #7AAF35 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AAF35 is #8550CA. Grayscale: #919191. Windows color (decimal): -8736971 or 3518330. OLE color: 3518330.

HSL color Cylindrical-coordinate representation of color #7AAF35: hue angle of 86.07º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7AAF35 is Cyan = 0.30, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.31.

Color convert

RGB12217553-
CMYK0.3000.700.31
HSL86.07º53.51%44.71%-
HSV(B)86.07º69.71%68.63%-
XYZ2435.058.87-
YUV145.2475.94111.42-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 34.86%
GREEN value IS 175 (68.75% from 255) = 50%
BLUE value IS 53 (21.09% from 255) = 15.14%
R=34.86%
G=50%
B=15.14%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal122175530.3000.700.3186.0753.5144.71
Hex7AAF351E0461F56362d
Octal17225765360106371266655
Binary1111010101011111101011111001000110111111010110110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AAF35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,175,53); }

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

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

 a { background-color: rgb(122,175,53); }

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

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

 span { border-color: rgb(122,175,53); }

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