#7C952B

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

Shades of Sushi #7C952B

Tints of Sushi #7C952B

Color information

#7C952B (or 0x7C952B) is unknown color: approx Sushi. HEX triplet: 7C, 95 and 2B. RGB value is (124,149,43). Sum of RGB (Red+Green+Blue) = 124+149+43=316 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.24% from 316); Green value is 149 (58.59% from 255 or 47.15% from 316); Blue value is 43 (17.19% from 255 or 13.61% from 316); Max value from RGB is 149 - color contains mainly: green. Hex color #7C952B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C952B is #836AD4. Grayscale: #818181. Windows color (decimal): -8612565 or 2856316. OLE color: 2856316.

HSL color Cylindrical-coordinate representation of color #7C952B: hue angle of 74.15º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7C952B is Cyan = 0.17, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.42.

Color convert

RGB12414943-
CMYK0.1700.710.42
HSL74.15º55.21%37.65%-
HSV(B)74.15º71.14%58.43%-
XYZ19.525.956.27-
YUV129.4479.22124.12-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 39.24%
GREEN value IS 149 (58.59% from 255) = 47.15%
BLUE value IS 43 (17.19% from 255) = 13.61%
R=39.24%
G=47.15%
B=13.61%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal124149430.1700.710.4274.1555.2137.65
Hex7C952B110472A4a3726
Octal17422553210107521126746
Binary11111001001010110101110001010001111010101001010110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C952B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,149,43); }

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

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

 a { background-color: rgb(124,149,43); }

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

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

 span { border-color: rgb(124,149,43); }

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