#7F9B36

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

Shades of Sushi #7F9B36

Tints of Sushi #7F9B36

Color information

#7F9B36 (or 0x7F9B36) is unknown color: approx Sushi. HEX triplet: 7F, 9B and 36. RGB value is (127,155,54). Sum of RGB (Red+Green+Blue) = 127+155+54=336 (44% of max value = 765). Red value is 127 (50% from 255 or 37.80% from 336); Green value is 155 (60.94% from 255 or 46.13% from 336); Blue value is 54 (21.48% from 255 or 16.07% from 336); Max value from RGB is 155 - color contains mainly: green. Hex color #7F9B36 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F9B36 is #8064C9. Grayscale: #878787. Windows color (decimal): -8414410 or 3578751. OLE color: 3578751.

HSL color Cylindrical-coordinate representation of color #7F9B36: hue angle of 76.63º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7F9B36 is Cyan = 0.18, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.39.

Color convert

RGB12715554-
CMYK0.1800.650.39
HSL76.63º48.33%40.98%-
HSV(B)76.63º65.16%60.78%-
XYZ21.1428.227.82-
YUV135.1182.22122.21-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 37.80%
GREEN value IS 155 (60.94% from 255) = 46.13%
BLUE value IS 54 (21.48% from 255) = 16.07%
R=37.80%
G=46.13%
B=16.07%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal127155540.1800.650.3976.6348.3340.98
Hex7F9B3612041274d3029
Octal17723366220101471156051
Binary11111111001101111011010010010000011001111001101110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F9B36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,155,54); }

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

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

 a { background-color: rgb(127,155,54); }

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

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

 span { border-color: rgb(127,155,54); }

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