#7C9422

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

Shades of Sushi #7C9422

Tints of Sushi #7C9422

Color information

#7C9422 (or 0x7C9422) is unknown color: approx Sushi. HEX triplet: 7C, 94 and 22. RGB value is (124,148,34). Sum of RGB (Red+Green+Blue) = 124+148+34=306 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.52% from 306); Green value is 148 (58.20% from 255 or 48.37% from 306); Blue value is 34 (13.67% from 255 or 11.11% from 306); Max value from RGB is 148 - color contains mainly: green. Hex color #7C9422 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C9422 is #836BDD. Grayscale: #808080. Windows color (decimal): -8612830 or 2266236. OLE color: 2266236.

HSL color Cylindrical-coordinate representation of color #7C9422: hue angle of 72.63º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7C9422 is Cyan = 0.16, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.42.

Color convert

RGB12414834-
CMYK0.1600.770.42
HSL72.63º62.64%35.69%-
HSV(B)72.63º77.03%58.04%-
XYZ19.1925.585.44-
YUV127.8375.05125.27-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 40.52%
GREEN value IS 148 (58.20% from 255) = 48.37%
BLUE value IS 34 (13.67% from 255) = 11.11%
R=40.52%
G=48.37%
B=11.11%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal124148340.1600.770.4272.6362.6435.69
Hex7C94221004D2A493f24
Octal17422442200115521117744
Binary11111001001010010001010000010011011010101001001111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C9422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,148,34); }

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

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

 a { background-color: rgb(124,148,34); }

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

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

 span { border-color: rgb(124,148,34); }

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