#7D9635

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

Shades of Sushi #7D9635

Tints of Sushi #7D9635

Color information

#7D9635 (or 0x7D9635) is unknown color: approx Sushi. HEX triplet: 7D, 96 and 35. RGB value is (125,150,53). Sum of RGB (Red+Green+Blue) = 125+150+53=328 (43% of max value = 765). Red value is 125 (49.22% from 255 or 38.11% from 328); Green value is 150 (58.98% from 255 or 45.73% from 328); Blue value is 53 (21.09% from 255 or 16.16% from 328); Max value from RGB is 150 - color contains mainly: green. Hex color #7D9635 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D9635 is #8269CA. Grayscale: #838383. Windows color (decimal): -8546763 or 3511933. OLE color: 3511933.

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

Color convert

RGB12515053-
CMYK0.1700.650.41
HSL75.46º47.78%39.8%-
HSV(B)75.46º64.67%58.82%-
XYZ20.0126.437.42-
YUV131.4783.72123.39-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 38.11%
GREEN value IS 150 (58.98% from 255) = 45.73%
BLUE value IS 53 (21.09% from 255) = 16.16%
R=38.11%
G=45.73%
B=16.16%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal125150530.1700.650.4175.4647.7839.8
Hex7D963511041294b3028
Octal17522665210101511136050
Binary11111011001011011010110001010000011010011001011110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D9635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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