#7F9B28

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

Shades of Sushi #7F9B28

Tints of Sushi #7F9B28

Color information

#7F9B28 (or 0x7F9B28) is unknown color: approx Sushi. HEX triplet: 7F, 9B and 28. RGB value is (127,155,40). Sum of RGB (Red+Green+Blue) = 127+155+40=322 (42% of max value = 765). Red value is 127 (50% from 255 or 39.44% from 322); Green value is 155 (60.94% from 255 or 48.14% from 322); Blue value is 40 (16.02% from 255 or 12.42% from 322); Max value from RGB is 155 - color contains mainly: green. Hex color #7F9B28 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F9B28 is #8064D7. Grayscale: #858585. Windows color (decimal): -8414424 or 2661247. OLE color: 2661247.

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

Color convert

RGB12715540-
CMYK0.1800.740.39
HSL74.61º58.97%38.24%-
HSV(B)74.61º74.19%60.78%-
XYZ20.8628.116.33-
YUV133.5275.22123.35-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 39.44%
GREEN value IS 155 (60.94% from 255) = 48.14%
BLUE value IS 40 (16.02% from 255) = 12.42%
R=39.44%
G=48.14%
B=12.42%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal127155400.1800.740.3974.6158.9738.24
Hex7F9B281204A274b3b26
Octal17723350220112471137346
Binary11111111001101110100010010010010101001111001011111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F9B28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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