#7D9936

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

Shades of Sushi #7D9936

Tints of Sushi #7D9936

Color information

#7D9936 (or 0x7D9936) is unknown color: approx Sushi. HEX triplet: 7D, 99 and 36. RGB value is (125,153,54). Sum of RGB (Red+Green+Blue) = 125+153+54=332 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.65% from 332); Green value is 153 (60.16% from 255 or 46.08% from 332); Blue value is 54 (21.48% from 255 or 16.27% from 332); Max value from RGB is 153 - color contains mainly: green. Hex color #7D9936 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D9936 is #8266C9. Grayscale: #858585. Windows color (decimal): -8545994 or 3578237. OLE color: 3578237.

HSL color Cylindrical-coordinate representation of color #7D9936: hue angle of 76.97º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7D9936 is Cyan = 0.18, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.4.

Color convert

RGB12515354-
CMYK0.1800.650.4
HSL76.97º47.83%40.59%-
HSV(B)76.97º64.71%60%-
XYZ20.5127.417.7-
YUV133.3483.22122.05-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 37.65%
GREEN value IS 153 (60.16% from 255) = 46.08%
BLUE value IS 54 (21.48% from 255) = 16.27%
R=37.65%
G=46.08%
B=16.27%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal125153540.1800.650.476.9747.8340.59
Hex7D993612041284d3029
Octal17523166220101501156051
Binary11111011001100111011010010010000011010001001101110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D9936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,153,54); }

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

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

 a { background-color: rgb(125,153,54); }

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

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

 span { border-color: rgb(125,153,54); }

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