#7F992B

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

Shades of Sushi #7F992B

Tints of Sushi #7F992B

Color information

#7F992B (or 0x7F992B) is unknown color: approx Sushi. HEX triplet: 7F, 99 and 2B. RGB value is (127,153,43). Sum of RGB (Red+Green+Blue) = 127+153+43=323 (42% of max value = 765). Red value is 127 (50% from 255 or 39.32% from 323); Green value is 153 (60.16% from 255 or 47.37% from 323); Blue value is 43 (17.19% from 255 or 13.31% from 323); Max value from RGB is 153 - color contains mainly: green. Hex color #7F992B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F992B is #8066D4. Grayscale: #858585. Windows color (decimal): -8414933 or 2857343. OLE color: 2857343.

HSL color Cylindrical-coordinate representation of color #7F992B: hue angle of 74.18º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7F992B is Cyan = 0.17, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.4.

Color convert

RGB12715343-
CMYK0.1700.720.4
HSL74.18º56.12%38.43%-
HSV(B)74.18º71.9%60%-
XYZ20.5827.476.5-
YUV132.6977.39123.94-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 39.32%
GREEN value IS 153 (60.16% from 255) = 47.37%
BLUE value IS 43 (17.19% from 255) = 13.31%
R=39.32%
G=47.37%
B=13.31%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal127153430.1700.720.474.1856.1238.43
Hex7F992B11048284a3826
Octal17723153210110501127046
Binary11111111001100110101110001010010001010001001010111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F992B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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