#7B9945

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

Shades of Sushi #7B9945

Tints of Sushi #7B9945

Color information

#7B9945 (or 0x7B9945) is unknown color: approx Sushi. HEX triplet: 7B, 99 and 45. RGB value is (123,153,69). Sum of RGB (Red+Green+Blue) = 123+153+69=345 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.65% from 345); Green value is 153 (60.16% from 255 or 44.35% from 345); Blue value is 69 (27.34% from 255 or 20% from 345); Max value from RGB is 153 - color contains mainly: green. Hex color #7B9945 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7B9945 is #8466BA. Grayscale: #868686. Windows color (decimal): -8677051 or 4561275. OLE color: 4561275.

HSL color Cylindrical-coordinate representation of color #7B9945: hue angle of 81.43º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7B9945 is Cyan = 0.20, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.4.

Color convert

RGB12315369-
CMYK0.2000.550.4
HSL81.43º37.84%43.53%-
HSV(B)81.43º54.9%60%-
XYZ20.6327.429.84-
YUV134.4591.06119.83-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 35.65%
GREEN value IS 153 (60.16% from 255) = 44.35%
BLUE value IS 69 (27.34% from 255) = 20%
R=35.65%
G=44.35%
B=20%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal123153690.2000.550.481.4337.8443.53
Hex7B9945140372851262c
Octal17323110524067501214654
Binary11110111001100110001011010001101111010001010001100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B9945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,153,69); }

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

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

 a { background-color: rgb(123,153,69); }

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

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

 span { border-color: rgb(123,153,69); }

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