#7CB33C

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

Shades of Sushi #7CB33C

Tints of Sushi #7CB33C

Color information

#7CB33C (or 0x7CB33C) is unknown color: approx Sushi. HEX triplet: 7C, B3 and 3C. RGB value is (124,179,60). Sum of RGB (Red+Green+Blue) = 124+179+60=363 (48% of max value = 765). Red value is 124 (48.83% from 255 or 34.16% from 363); Green value is 179 (70.31% from 255 or 49.31% from 363); Blue value is 60 (23.83% from 255 or 16.53% from 363); Max value from RGB is 179 - color contains mainly: green. Hex color #7CB33C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CB33C is #834CC3. Grayscale: #959595. Windows color (decimal): -8604868 or 3978108. OLE color: 3978108.

HSL color Cylindrical-coordinate representation of color #7CB33C: hue angle of 87.73º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7CB33C is Cyan = 0.31, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.30.

Color convert

RGB12417960-
CMYK0.3100.660.30
HSL87.73º49.79%46.86%-
HSV(B)87.73º66.48%70.2%-
XYZ25.2536.8510.06-
YUV148.9977.78110.18-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 34.16%
GREEN value IS 179 (70.31% from 255) = 49.31%
BLUE value IS 60 (23.83% from 255) = 16.53%
R=34.16%
G=49.31%
B=16.53%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal124179600.3100.660.3087.7349.7946.86
Hex7CB33C1F0421E58322f
Octal17426374370102361306257
Binary1111100101100111111001111101000010111101011000110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CB33C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,179,60); }

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

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

 a { background-color: rgb(124,179,60); }

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

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

 span { border-color: rgb(124,179,60); }

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