#7F9D33

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

Shades of Sushi #7F9D33

Tints of Sushi #7F9D33

Color information

#7F9D33 (or 0x7F9D33) is unknown color: approx Sushi. HEX triplet: 7F, 9D and 33. RGB value is (127,157,51). Sum of RGB (Red+Green+Blue) = 127+157+51=335 (44% of max value = 765). Red value is 127 (50% from 255 or 37.91% from 335); Green value is 157 (61.72% from 255 or 46.87% from 335); Blue value is 51 (20.31% from 255 or 15.22% from 335); Max value from RGB is 157 - color contains mainly: green. Hex color #7F9D33 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F9D33 is #8062CC. Grayscale: #888888. Windows color (decimal): -8413901 or 3382655. OLE color: 3382655.

HSL color Cylindrical-coordinate representation of color #7F9D33: hue angle of 76.98º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7F9D33 is Cyan = 0.19, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.38.

Color convert

RGB12715751-
CMYK0.1900.680.38
HSL76.98º50.96%40.78%-
HSV(B)76.98º67.52%61.57%-
XYZ21.4128.867.58-
YUV135.9580.06121.62-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 37.91%
GREEN value IS 157 (61.72% from 255) = 46.87%
BLUE value IS 51 (20.31% from 255) = 15.22%
R=37.91%
G=46.87%
B=15.22%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal127157510.1900.680.3876.9850.9640.78
Hex7F9D3313044264d3329
Octal17723563230104461156351
Binary11111111001110111001110011010001001001101001101110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F9D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,157,51); }

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

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

 a { background-color: rgb(127,157,51); }

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

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

 span { border-color: rgb(127,157,51); }

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