#7B9D35

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

Shades of Sushi #7B9D35

Tints of Sushi #7B9D35

Color information

#7B9D35 (or 0x7B9D35) is unknown color: approx Sushi. HEX triplet: 7B, 9D and 35. RGB value is (123,157,53). Sum of RGB (Red+Green+Blue) = 123+157+53=333 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.94% from 333); Green value is 157 (61.72% from 255 or 47.15% from 333); Blue value is 53 (21.09% from 255 or 15.92% from 333); Max value from RGB is 157 - color contains mainly: green. Hex color #7B9D35 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7B9D35 is #8462CA. Grayscale: #878787. Windows color (decimal): -8676043 or 3513723. OLE color: 3513723.

HSL color Cylindrical-coordinate representation of color #7B9D35: hue angle of 79.62º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7B9D35 is Cyan = 0.22, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.38.

Color convert

RGB12315753-
CMYK0.2200.660.38
HSL79.62º49.52%41.18%-
HSV(B)79.62º66.24%61.57%-
XYZ20.8728.587.79-
YUV134.9881.74119.46-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 36.94%
GREEN value IS 157 (61.72% from 255) = 47.15%
BLUE value IS 53 (21.09% from 255) = 15.92%
R=36.94%
G=47.15%
B=15.92%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal123157530.2200.660.3879.6249.5241.18
Hex7B9D351604226503229
Octal17323565260102461206251
Binary11110111001110111010110110010000101001101010000110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B9D35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,157,53); }

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

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

 a { background-color: rgb(123,157,53); }

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

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

 span { border-color: rgb(123,157,53); }

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