#7D962C

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

Shades of Sushi #7D962C

Tints of Sushi #7D962C

Color information

#7D962C (or 0x7D962C) is unknown color: approx Sushi. HEX triplet: 7D, 96 and 2C. RGB value is (125,150,44). Sum of RGB (Red+Green+Blue) = 125+150+44=319 (42% of max value = 765). Red value is 125 (49.22% from 255 or 39.18% from 319); Green value is 150 (58.98% from 255 or 47.02% from 319); Blue value is 44 (17.58% from 255 or 13.79% from 319); Max value from RGB is 150 - color contains mainly: green. Hex color #7D962C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D962C is #8269D3. Grayscale: #828282. Windows color (decimal): -8546772 or 2922109. OLE color: 2922109.

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

Color convert

RGB12515044-
CMYK0.1700.710.41
HSL74.15º54.64%38.04%-
HSV(B)74.15º70.67%58.82%-
XYZ19.8226.356.43-
YUV130.4479.22124.12-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 39.18%
GREEN value IS 150 (58.98% from 255) = 47.02%
BLUE value IS 44 (17.58% from 255) = 13.79%
R=39.18%
G=47.02%
B=13.79%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal125150440.1700.710.4174.1554.6438.04
Hex7D962C11047294a3726
Octal17522654210107511126746
Binary11111011001011010110010001010001111010011001010110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D962C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,150,44); }

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

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

 a { background-color: rgb(125,150,44); }

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

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

 span { border-color: rgb(125,150,44); }

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