#7FB23C

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

Shades of Sushi #7FB23C

Tints of Sushi #7FB23C

Color information

#7FB23C (or 0x7FB23C) is unknown color: approx Sushi. HEX triplet: 7F, B2 and 3C. RGB value is (127,178,60). Sum of RGB (Red+Green+Blue) = 127+178+60=365 (48% of max value = 765). Red value is 127 (50% from 255 or 34.79% from 365); Green value is 178 (69.92% from 255 or 48.77% from 365); Blue value is 60 (23.83% from 255 or 16.44% from 365); Max value from RGB is 178 - color contains mainly: green. Hex color #7FB23C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7FB23C is #804DC3. Grayscale: #959595. Windows color (decimal): -8408516 or 3977855. OLE color: 3977855.

HSL color Cylindrical-coordinate representation of color #7FB23C: hue angle of 85.93º 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 #7FB23C is Cyan = 0.29, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.30.

Color convert

RGB12717860-
CMYK0.2900.660.30
HSL85.93º49.58%46.67%-
HSV(B)85.93º66.29%69.8%-
XYZ25.4936.6810.01-
YUV149.377.6112.09-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 34.79%
GREEN value IS 178 (69.92% from 255) = 48.77%
BLUE value IS 60 (23.83% from 255) = 16.44%
R=34.79%
G=48.77%
B=16.44%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal127178600.2900.660.3085.9349.5846.67
Hex7FB23C1D0421E56322f
Octal17726274350102361266257
Binary1111111101100101111001110101000010111101010110110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FB23C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,178,60); }

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

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

 a { background-color: rgb(127,178,60); }

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

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

 span { border-color: rgb(127,178,60); }

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