#7B962E

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

Shades of Sushi #7B962E

Tints of Sushi #7B962E

Color information

#7B962E (or 0x7B962E) is unknown color: approx Sushi. HEX triplet: 7B, 96 and 2E. RGB value is (123,150,46). Sum of RGB (Red+Green+Blue) = 123+150+46=319 (42% of max value = 765). Red value is 123 (48.44% from 255 or 38.56% from 319); Green value is 150 (58.98% from 255 or 47.02% from 319); Blue value is 46 (18.36% from 255 or 14.42% from 319); Max value from RGB is 150 - color contains mainly: green. Hex color #7B962E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7B962E is #8469D1. Grayscale: #828282. Windows color (decimal): -8677842 or 3053179. OLE color: 3053179.

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

Color convert

RGB12315046-
CMYK0.1800.690.41
HSL75.58º53.06%38.43%-
HSV(B)75.58º69.33%58.82%-
XYZ19.5726.226.61-
YUV130.0780.55122.96-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 38.56%
GREEN value IS 150 (58.98% from 255) = 47.02%
BLUE value IS 46 (18.36% from 255) = 14.42%
R=38.56%
G=47.02%
B=14.42%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal123150460.1800.690.4175.5853.0638.43
Hex7B962E12045294c3526
Octal17322656220105511146546
Binary11110111001011010111010010010001011010011001100110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B962E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,150,46); }

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

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

 a { background-color: rgb(123,150,46); }

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

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

 span { border-color: rgb(123,150,46); }

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