#7C962A

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

Shades of Sushi #7C962A

Tints of Sushi #7C962A

Color information

#7C962A (or 0x7C962A) is unknown color: approx Sushi. HEX triplet: 7C, 96 and 2A. RGB value is (124,150,42). Sum of RGB (Red+Green+Blue) = 124+150+42=316 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.24% from 316); Green value is 150 (58.98% from 255 or 47.47% from 316); Blue value is 42 (16.80% from 255 or 13.29% from 316); Max value from RGB is 150 - color contains mainly: green. Hex color #7C962A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C962A is #8369D5. Grayscale: #828282. Windows color (decimal): -8612310 or 2791036. OLE color: 2791036.

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

Color convert

RGB12415042-
CMYK0.1700.720.41
HSL74.44º56.25%37.65%-
HSV(B)74.44º72%58.82%-
XYZ19.6426.266.23-
YUV129.9178.39123.78-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 39.24%
GREEN value IS 150 (58.98% from 255) = 47.47%
BLUE value IS 42 (16.80% from 255) = 13.29%
R=39.24%
G=47.47%
B=13.29%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal124150420.1700.720.4174.4456.2537.65
Hex7C962A11048294a3826
Octal17422652210110511127046
Binary11111001001011010101010001010010001010011001010111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C962A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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