#7CAA33

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

Shades of Sushi #7CAA33

Tints of Sushi #7CAA33

Color information

#7CAA33 (or 0x7CAA33) is unknown color: approx Sushi. HEX triplet: 7C, AA and 33. RGB value is (124,170,51). Sum of RGB (Red+Green+Blue) = 124+170+51=345 (45% of max value = 765). Red value is 124 (48.83% from 255 or 35.94% from 345); Green value is 170 (66.80% from 255 or 49.28% from 345); Blue value is 51 (20.31% from 255 or 14.78% from 345); Max value from RGB is 170 - color contains mainly: green. Hex color #7CAA33 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7CAA33 is #8355CC. Grayscale: #8F8F8F. Windows color (decimal): -8607181 or 3385980. OLE color: 3385980.

HSL color Cylindrical-coordinate representation of color #7CAA33: hue angle of 83.19º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7CAA33 is Cyan = 0.27, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.33.

Color convert

RGB12417051-
CMYK0.2700.70.33
HSL83.19º53.85%43.33%-
HSV(B)83.19º70%66.67%-
XYZ23.2833.278.33-
YUV142.6876.26114.68-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 35.94%
GREEN value IS 170 (66.80% from 255) = 49.28%
BLUE value IS 51 (20.31% from 255) = 14.78%
R=35.94%
G=49.28%
B=14.78%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.7
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal124170510.2700.70.3383.1953.8543.33
Hex7CAA331B0462153362b
Octal17425263330106411236653
Binary11111001010101011001111011010001101000011010011110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CAA33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,170,51); }

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

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

 a { background-color: rgb(124,170,51); }

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

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

 span { border-color: rgb(124,170,51); }

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