#7C9626

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

Shades of Sushi #7C9626

Tints of Sushi #7C9626

Color information

#7C9626 (or 0x7C9626) is unknown color: approx Sushi. HEX triplet: 7C, 96 and 26. RGB value is (124,150,38). Sum of RGB (Red+Green+Blue) = 124+150+38=312 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.74% from 312); Green value is 150 (58.98% from 255 or 48.08% from 312); Blue value is 38 (15.23% from 255 or 12.18% from 312); Max value from RGB is 150 - color contains mainly: green. Hex color #7C9626 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C9626 is #8369D9. Grayscale: #818181. Windows color (decimal): -8612314 or 2528892. OLE color: 2528892.

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

Color convert

RGB12415038-
CMYK0.1700.750.41
HSL73.93º59.57%36.86%-
HSV(B)73.93º74.67%58.82%-
XYZ19.5726.245.87-
YUV129.4676.39124.11-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 39.74%
GREEN value IS 150 (58.98% from 255) = 48.08%
BLUE value IS 38 (15.23% from 255) = 12.18%
R=39.74%
G=48.08%
B=12.18%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal124150380.1700.750.4173.9359.5736.86
Hex7C96261104B294a3c25
Octal17422646210113511127445
Binary11111001001011010011010001010010111010011001010111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C9626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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