#7C961F

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

Shades of Sushi #7C961F

Tints of Sushi #7C961F

Color information

#7C961F (or 0x7C961F) is unknown color: approx Sushi. HEX triplet: 7C, 96 and 1F. RGB value is (124,150,31). Sum of RGB (Red+Green+Blue) = 124+150+31=305 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.66% from 305); Green value is 150 (58.98% from 255 or 49.18% from 305); Blue value is 31 (12.5% from 255 or 10.16% from 305); Max value from RGB is 150 - color contains mainly: green. Hex color #7C961F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C961F is #8369E0. Grayscale: #818181. Windows color (decimal): -8612321 or 2070140. OLE color: 2070140.

HSL color Cylindrical-coordinate representation of color #7C961F: hue angle of 73.11º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7C961F is Cyan = 0.17, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.41.

Color convert

RGB12415031-
CMYK0.1700.790.41
HSL73.11º65.75%35.49%-
HSV(B)73.11º79.33%58.82%-
XYZ19.4726.25.33-
YUV128.6672.89124.68-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 40.66%
GREEN value IS 150 (58.98% from 255) = 49.18%
BLUE value IS 31 (12.5% from 255) = 10.16%
R=40.66%
G=49.18%
B=10.16%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal124150310.1700.790.4173.1165.7535.49
Hex7C961F1104F29494223
Octal174226372101175111110243
Binary11111001001011011111100010100111110100110010011000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C961F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,150,31); }

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

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

 a { background-color: rgb(124,150,31); }

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

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

 span { border-color: rgb(124,150,31); }

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