#7F9F38

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

Shades of Sushi #7F9F38

Tints of Sushi #7F9F38

Color information

#7F9F38 (or 0x7F9F38) is unknown color: approx Sushi. HEX triplet: 7F, 9F and 38. RGB value is (127,159,56). Sum of RGB (Red+Green+Blue) = 127+159+56=342 (45% of max value = 765). Red value is 127 (50% from 255 or 37.13% from 342); Green value is 159 (62.5% from 255 or 46.49% from 342); Blue value is 56 (22.27% from 255 or 16.37% from 342); Max value from RGB is 159 - color contains mainly: green. Hex color #7F9F38 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F9F38 is #8060C7. Grayscale: #8A8A8A. Windows color (decimal): -8413384 or 3710847. OLE color: 3710847.

HSL color Cylindrical-coordinate representation of color #7F9F38: hue angle of 78.64º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7F9F38 is Cyan = 0.20, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.38.

Color convert

RGB12715956-
CMYK0.2000.650.38
HSL78.64º47.91%42.16%-
HSV(B)78.64º64.78%62.35%-
XYZ21.8629.598.3-
YUV137.6981.9120.38-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 37.13%
GREEN value IS 159 (62.5% from 255) = 46.49%
BLUE value IS 56 (22.27% from 255) = 16.37%
R=37.13%
G=46.49%
B=16.37%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal127159560.2000.650.3878.6447.9142.16
Hex7F9F3814041264f302a
Octal17723770240101461176052
Binary11111111001111111100010100010000011001101001111110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F9F38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,159,56); }

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

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

 a { background-color: rgb(127,159,56); }

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

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

 span { border-color: rgb(127,159,56); }

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