#7CB035

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

Shades of Sushi #7CB035

Tints of Sushi #7CB035

Color information

#7CB035 (or 0x7CB035) is unknown color: approx Sushi. HEX triplet: 7C, B0 and 35. RGB value is (124,176,53). Sum of RGB (Red+Green+Blue) = 124+176+53=353 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.13% from 353); Green value is 176 (69.14% from 255 or 49.86% from 353); Blue value is 53 (21.09% from 255 or 15.01% from 353); Max value from RGB is 176 - color contains mainly: green. Hex color #7CB035 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7CB035 is #834FCA. Grayscale: #929292. Windows color (decimal): -8605643 or 3518588. OLE color: 3518588.

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

Color convert

RGB12417653-
CMYK0.3000.700.31
HSL85.37º53.71%44.9%-
HSV(B)85.37º69.89%69.02%-
XYZ24.4835.598.95-
YUV146.4375.27112-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 35.13%
GREEN value IS 176 (69.14% from 255) = 49.86%
BLUE value IS 53 (21.09% from 255) = 15.01%
R=35.13%
G=49.86%
B=15.01%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal124176530.3000.700.3185.3753.7144.9
Hex7CB0351E0461F55362d
Octal17426065360106371256655
Binary1111100101100001101011111001000110111111010101110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CB035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,176,53); }

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

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

 a { background-color: rgb(124,176,53); }

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

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

 span { border-color: rgb(124,176,53); }

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