#7FB035

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

Shades of Sushi #7FB035

Tints of Sushi #7FB035

Color information

#7FB035 (or 0x7FB035) is unknown color: approx Sushi. HEX triplet: 7F, B0 and 35. RGB value is (127,176,53). Sum of RGB (Red+Green+Blue) = 127+176+53=356 (47% of max value = 765). Red value is 127 (50% from 255 or 35.67% from 356); Green value is 176 (69.14% from 255 or 49.44% from 356); Blue value is 53 (21.09% from 255 or 14.89% from 356); Max value from RGB is 176 - color contains mainly: green. Hex color #7FB035 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7FB035 is #804FCA. Grayscale: #939393. Windows color (decimal): -8409035 or 3518591. OLE color: 3518591.

HSL color Cylindrical-coordinate representation of color #7FB035: hue angle of 83.9º 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 #7FB035 is Cyan = 0.28, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.31.

Color convert

RGB12717653-
CMYK0.2800.700.31
HSL83.9º53.71%44.9%-
HSV(B)83.9º69.89%69.02%-
XYZ24.9235.828.97-
YUV147.3374.77113.5-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 35.67%
GREEN value IS 176 (69.14% from 255) = 49.44%
BLUE value IS 53 (21.09% from 255) = 14.89%
R=35.67%
G=49.44%
B=14.89%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal127176530.2800.700.3183.953.7144.9
Hex7FB0351C0461F54362d
Octal17726065340106371246655
Binary1111111101100001101011110001000110111111010100110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FB035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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