#7F9829

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

Shades of Sushi #7F9829

Tints of Sushi #7F9829

Color information

#7F9829 (or 0x7F9829) is unknown color: approx Sushi. HEX triplet: 7F, 98 and 29. RGB value is (127,152,41). Sum of RGB (Red+Green+Blue) = 127+152+41=320 (42% of max value = 765). Red value is 127 (50% from 255 or 39.69% from 320); Green value is 152 (59.77% from 255 or 47.5% from 320); Blue value is 41 (16.41% from 255 or 12.81% from 320); Max value from RGB is 152 - color contains mainly: green. Hex color #7F9829 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F9829 is #8067D6. Grayscale: #848484. Windows color (decimal): -8415191 or 2726015. OLE color: 2726015.

HSL color Cylindrical-coordinate representation of color #7F9829: hue angle of 73.51º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7F9829 is Cyan = 0.16, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.40.

Color convert

RGB12715241-
CMYK0.1600.730.40
HSL73.51º57.51%37.84%-
HSV(B)73.51º73.03%59.61%-
XYZ20.3827.136.26-
YUV131.8776.72124.53-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 39.69%
GREEN value IS 152 (59.77% from 255) = 47.5%
BLUE value IS 41 (16.41% from 255) = 12.81%
R=39.69%
G=47.5%
B=12.81%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal127152410.1600.730.4073.5157.5137.84
Hex7F982910049284a3a26
Octal17723051200111501127246
Binary11111111001100010100110000010010011010001001010111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F9829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,152,41); }

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

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

 a { background-color: rgb(127,152,41); }

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

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

 span { border-color: rgb(127,152,41); }

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