#7BA535

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

Shades of Sushi #7BA535

Tints of Sushi #7BA535

Color information

#7BA535 (or 0x7BA535) is unknown color: approx Sushi. HEX triplet: 7B, A5 and 35. RGB value is (123,165,53). Sum of RGB (Red+Green+Blue) = 123+165+53=341 (45% of max value = 765). Red value is 123 (48.44% from 255 or 36.07% from 341); Green value is 165 (64.84% from 255 or 48.39% from 341); Blue value is 53 (21.09% from 255 or 15.54% from 341); Max value from RGB is 165 - color contains mainly: green. Hex color #7BA535 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7BA535 is #845ACA. Grayscale: #8C8C8C. Windows color (decimal): -8673995 or 3515771. OLE color: 3515771.

HSL color Cylindrical-coordinate representation of color #7BA535: hue angle of 82.5º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7BA535 is Cyan = 0.25, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.35.

Color convert

RGB12316553-
CMYK0.2500.680.35
HSL82.5º51.38%42.75%-
HSV(B)82.5º67.88%64.71%-
XYZ22.2731.388.25-
YUV139.6779.09116.11-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 36.07%
GREEN value IS 165 (64.84% from 255) = 48.39%
BLUE value IS 53 (21.09% from 255) = 15.54%
R=36.07%
G=48.39%
B=15.54%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal123165530.2500.680.3582.551.3842.75
Hex7BA535190442352332b
Octal17324565310104431226353
Binary11110111010010111010111001010001001000111010010110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BA535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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