#7AAF36

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

Shades of Sushi #7AAF36

Tints of Sushi #7AAF36

Color information

#7AAF36 (or 0x7AAF36) is unknown color: approx Sushi. HEX triplet: 7A, AF and 36. RGB value is (122,175,54). Sum of RGB (Red+Green+Blue) = 122+175+54=351 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.76% from 351); Green value is 175 (68.75% from 255 or 49.86% from 351); Blue value is 54 (21.48% from 255 or 15.38% from 351); Max value from RGB is 175 - color contains mainly: green. Hex color #7AAF36 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AAF36 is #8550C9. Grayscale: #919191. Windows color (decimal): -8736970 or 3583866. OLE color: 3583866.

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

Color convert

RGB12217554-
CMYK0.3000.690.31
HSL86.28º52.84%44.9%-
HSV(B)86.28º69.14%68.63%-
XYZ24.0235.068.99-
YUV145.3676.44111.34-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 34.76%
GREEN value IS 175 (68.75% from 255) = 49.86%
BLUE value IS 54 (21.48% from 255) = 15.38%
R=34.76%
G=49.86%
B=15.38%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal122175540.3000.690.3186.2852.8444.9
Hex7AAF361E0451F56352d
Octal17225766360105371266555
Binary1111010101011111101101111001000101111111010110110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AAF36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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