#7BA534

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

Shades of Sushi #7BA534

Tints of Sushi #7BA534

Color information

#7BA534 (or 0x7BA534) is unknown color: approx Sushi. HEX triplet: 7B, A5 and 34. RGB value is (123,165,52). Sum of RGB (Red+Green+Blue) = 123+165+52=340 (45% of max value = 765). Red value is 123 (48.44% from 255 or 36.18% from 340); Green value is 165 (64.84% from 255 or 48.53% from 340); Blue value is 52 (20.70% from 255 or 15.29% from 340); Max value from RGB is 165 - color contains mainly: green. Hex color #7BA534 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7BA534 is #845ACB. Grayscale: #8B8B8B. Windows color (decimal): -8673996 or 3450235. OLE color: 3450235.

HSL color Cylindrical-coordinate representation of color #7BA534: hue angle of 82.3º degrees, saturation: 0.52, 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 #7BA534 is Cyan = 0.25, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.35.

Color convert

RGB12316552-
CMYK0.2500.680.35
HSL82.3º52.07%42.55%-
HSV(B)82.3º68.48%64.71%-
XYZ22.2431.378.13-
YUV139.5678.59116.19-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 36.18%
GREEN value IS 165 (64.84% from 255) = 48.53%
BLUE value IS 52 (20.70% from 255) = 15.29%
R=36.18%
G=48.53%
B=15.29%

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
Decimal123165520.2500.680.3582.352.0742.55
Hex7BA534190442352342b
Octal17324564310104431226453
Binary11110111010010111010011001010001001000111010010110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BA534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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