#7F9F3D

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

Shades of Sushi #7F9F3D

Tints of Sushi #7F9F3D

Color information

#7F9F3D (or 0x7F9F3D) is unknown color: approx Sushi. HEX triplet: 7F, 9F and 3D. RGB value is (127,159,61). Sum of RGB (Red+Green+Blue) = 127+159+61=347 (45% of max value = 765). Red value is 127 (50% from 255 or 36.60% from 347); Green value is 159 (62.5% from 255 or 45.82% from 347); Blue value is 61 (24.22% from 255 or 17.58% from 347); Max value from RGB is 159 - color contains mainly: green. Hex color #7F9F3D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F9F3D is #8060C2. Grayscale: #8A8A8A. Windows color (decimal): -8413379 or 4038527. OLE color: 4038527.

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

Color convert

RGB12715961-
CMYK0.2000.620.38
HSL79.59º44.55%43.14%-
HSV(B)79.59º61.64%62.35%-
XYZ21.9929.658.98-
YUV138.2684.4119.97-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 36.60%
GREEN value IS 159 (62.5% from 255) = 45.82%
BLUE value IS 61 (24.22% from 255) = 17.58%
R=36.60%
G=45.82%
B=17.58%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal127159610.2000.620.3879.5944.5543.14
Hex7F9F3D1403E26502d2b
Octal1772377524076461205553
Binary1111111100111111111011010001111101001101010000101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F9F3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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