#7B973D

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

Shades of Sushi #7B973D

Tints of Sushi #7B973D

Color information

#7B973D (or 0x7B973D) is unknown color: approx Sushi. HEX triplet: 7B, 97 and 3D. RGB value is (123,151,61). Sum of RGB (Red+Green+Blue) = 123+151+61=335 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.72% from 335); Green value is 151 (59.38% from 255 or 45.07% from 335); Blue value is 61 (24.22% from 255 or 18.21% from 335); Max value from RGB is 151 - color contains mainly: green. Hex color #7B973D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7B973D is #8468C2. Grayscale: #848484. Windows color (decimal): -8677571 or 4036475. OLE color: 4036475.

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

Color convert

RGB12315161-
CMYK0.1900.600.41
HSL78.67º42.45%41.57%-
HSV(B)78.67º59.6%59.22%-
XYZ20.0826.688.51-
YUV132.3787.72121.32-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 36.72%
GREEN value IS 151 (59.38% from 255) = 45.07%
BLUE value IS 61 (24.22% from 255) = 18.21%
R=36.72%
G=45.07%
B=18.21%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal123151610.1900.600.4178.6742.4541.57
Hex7B973D1303C294f2a2a
Octal1732277523074511175252
Binary1111011100101111111011001101111001010011001111101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B973D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,151,61); }

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

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

 a { background-color: rgb(123,151,61); }

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

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

 span { border-color: rgb(123,151,61); }

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