#7BA934

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

Shades of Sushi #7BA934

Tints of Sushi #7BA934

Color information

#7BA934 (or 0x7BA934) is unknown color: approx Sushi. HEX triplet: 7B, A9 and 34. RGB value is (123,169,52). Sum of RGB (Red+Green+Blue) = 123+169+52=344 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.76% from 344); Green value is 169 (66.41% from 255 or 49.13% from 344); Blue value is 52 (20.70% from 255 or 15.12% from 344); Max value from RGB is 169 - color contains mainly: green. Hex color #7BA934 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7BA934 is #8456CB. Grayscale: #8E8E8E. Windows color (decimal): -8672972 or 3451259. OLE color: 3451259.

HSL color Cylindrical-coordinate representation of color #7BA934: hue angle of 83.59º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7BA934 is Cyan = 0.27, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.34.

Color convert

RGB12316952-
CMYK0.2700.690.34
HSL83.59º52.94%43.33%-
HSV(B)83.59º69.23%66.27%-
XYZ22.9832.838.38-
YUV141.9177.26114.51-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 35.76%
GREEN value IS 169 (66.41% from 255) = 49.13%
BLUE value IS 52 (20.70% from 255) = 15.12%
R=35.76%
G=49.13%
B=15.12%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal123169520.2700.690.3483.5952.9443.33
Hex7BA9341B0452254352b
Octal17325164330105421246553
Binary11110111010100111010011011010001011000101010100110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BA934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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