#7F9730

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

Shades of Sushi #7F9730

Tints of Sushi #7F9730

Color information

#7F9730 (or 0x7F9730) is unknown color: approx Sushi. HEX triplet: 7F, 97 and 30. RGB value is (127,151,48). Sum of RGB (Red+Green+Blue) = 127+151+48=326 (43% of max value = 765). Red value is 127 (50% from 255 or 38.96% from 326); Green value is 151 (59.38% from 255 or 46.32% from 326); Blue value is 48 (19.14% from 255 or 14.72% from 326); Max value from RGB is 151 - color contains mainly: green. Hex color #7F9730 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F9730 is #8068CF. Grayscale: #848484. Windows color (decimal): -8415440 or 3184511. OLE color: 3184511.

HSL color Cylindrical-coordinate representation of color #7F9730: hue angle of 73.98º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7F9730 is Cyan = 0.16, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.41.

Color convert

RGB12715148-
CMYK0.1600.680.41
HSL73.98º51.76%39.02%-
HSV(B)73.98º68.21%59.22%-
XYZ20.3526.866.91-
YUV132.0880.55124.38-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 38.96%
GREEN value IS 151 (59.38% from 255) = 46.32%
BLUE value IS 48 (19.14% from 255) = 14.72%
R=38.96%
G=46.32%
B=14.72%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal127151480.1600.680.4173.9851.7639.02
Hex7F973010044294a3427
Octal17722760200104511126447
Binary11111111001011111000010000010001001010011001010110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F9730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,151,48); }

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

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

 a { background-color: rgb(127,151,48); }

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

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

 span { border-color: rgb(127,151,48); }

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