#7CB33E

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

Shades of Sushi #7CB33E

Tints of Sushi #7CB33E

Color information

#7CB33E (or 0x7CB33E) is unknown color: approx Sushi. HEX triplet: 7C, B3 and 3E. RGB value is (124,179,62). Sum of RGB (Red+Green+Blue) = 124+179+62=365 (48% of max value = 765). Red value is 124 (48.83% from 255 or 33.97% from 365); Green value is 179 (70.31% from 255 or 49.04% from 365); Blue value is 62 (24.61% from 255 or 16.99% from 365); Max value from RGB is 179 - color contains mainly: green. Hex color #7CB33E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CB33E is #834CC1. Grayscale: #959595. Windows color (decimal): -8604866 or 4109180. OLE color: 4109180.

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

Color convert

RGB12417962-
CMYK0.3100.650.30
HSL88.21º48.55%47.25%-
HSV(B)88.21º65.36%70.2%-
XYZ25.336.8710.34-
YUV149.2278.78110.01-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 33.97%
GREEN value IS 179 (70.31% from 255) = 49.04%
BLUE value IS 62 (24.61% from 255) = 16.99%
R=33.97%
G=49.04%
B=16.99%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal124179620.3100.650.3088.2148.5547.25
Hex7CB33E1F0411E58312f
Octal17426376370101361306157
Binary1111100101100111111101111101000001111101011000110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CB33E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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