#7F9526

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

Shades of Sushi #7F9526

Tints of Sushi #7F9526

Color information

#7F9526 (or 0x7F9526) is unknown color: approx Sushi. HEX triplet: 7F, 95 and 26. RGB value is (127,149,38). Sum of RGB (Red+Green+Blue) = 127+149+38=314 (41% of max value = 765). Red value is 127 (50% from 255 or 40.45% from 314); Green value is 149 (58.59% from 255 or 47.45% from 314); Blue value is 38 (15.23% from 255 or 12.10% from 314); Max value from RGB is 149 - color contains mainly: green. Hex color #7F9526 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F9526 is #806AD9. Grayscale: #828282. Windows color (decimal): -8415962 or 2528639. OLE color: 2528639.

HSL color Cylindrical-coordinate representation of color #7F9526: hue angle of 71.89º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7F9526 is Cyan = 0.15, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.42.

Color convert

RGB12714938-
CMYK0.1500.740.42
HSL71.89º59.36%36.67%-
HSV(B)71.89º74.5%58.43%-
XYZ19.8526.155.83-
YUV129.7776.21126.03-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 40.45%
GREEN value IS 149 (58.59% from 255) = 47.45%
BLUE value IS 38 (15.23% from 255) = 12.10%
R=40.45%
G=47.45%
B=12.10%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal127149380.1500.740.4271.8959.3636.67
Hex7F9526F04A2A483b25
Octal17722546170112521107345
Binary1111111100101011001101111010010101010101001000111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F9526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,149,38); }

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

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

 a { background-color: rgb(127,149,38); }

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

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

 span { border-color: rgb(127,149,38); }

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