#7F992E

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

Shades of Sushi #7F992E

Tints of Sushi #7F992E

Color information

#7F992E (or 0x7F992E) is unknown color: approx Sushi. HEX triplet: 7F, 99 and 2E. RGB value is (127,153,46). Sum of RGB (Red+Green+Blue) = 127+153+46=326 (43% of max value = 765). Red value is 127 (50% from 255 or 38.96% from 326); Green value is 153 (60.16% from 255 or 46.93% from 326); Blue value is 46 (18.36% from 255 or 14.11% from 326); Max value from RGB is 153 - color contains mainly: green. Hex color #7F992E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F992E is #8066D1. Grayscale: #858585. Windows color (decimal): -8414930 or 3053951. OLE color: 3053951.

HSL color Cylindrical-coordinate representation of color #7F992E: hue angle of 74.58º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7F992E is Cyan = 0.17, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.4.

Color convert

RGB12715346-
CMYK0.1700.700.4
HSL74.58º53.77%39.02%-
HSV(B)74.58º69.93%60%-
XYZ20.6427.496.8-
YUV133.0378.89123.7-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 38.96%
GREEN value IS 153 (60.16% from 255) = 46.93%
BLUE value IS 46 (18.36% from 255) = 14.11%
R=38.96%
G=46.93%
B=14.11%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal127153460.1700.700.474.5853.7739.02
Hex7F992E11046284b3627
Octal17723156210106501136647
Binary11111111001100110111010001010001101010001001011110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F992E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,153,46); }

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

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

 a { background-color: rgb(127,153,46); }

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

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

 span { border-color: rgb(127,153,46); }

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