#7A9534

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

Shades of Sushi #7A9534

Tints of Sushi #7A9534

Color information

#7A9534 (or 0x7A9534) is unknown color: approx Sushi. HEX triplet: 7A, 95 and 34. RGB value is (122,149,52). Sum of RGB (Red+Green+Blue) = 122+149+52=323 (42% of max value = 765). Red value is 122 (48.05% from 255 or 37.77% from 323); Green value is 149 (58.59% from 255 or 46.13% from 323); Blue value is 52 (20.70% from 255 or 16.10% from 323); Max value from RGB is 149 - color contains mainly: green. Hex color #7A9534 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A9534 is #856ACB. Grayscale: #828282. Windows color (decimal): -8743628 or 3446138. OLE color: 3446138.

HSL color Cylindrical-coordinate representation of color #7A9534: hue angle of 76.7º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7A9534 is Cyan = 0.18, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.42.

Color convert

RGB12214952-
CMYK0.1800.650.42
HSL76.7º48.26%39.41%-
HSV(B)76.7º65.1%58.43%-
XYZ19.3925.887.22-
YUV129.8784.05122.39-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 37.77%
GREEN value IS 149 (58.59% from 255) = 46.13%
BLUE value IS 52 (20.70% from 255) = 16.10%
R=37.77%
G=46.13%
B=16.10%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal122149520.1800.650.4276.748.2639.41
Hex7A9534120412A4d3027
Octal17222564220101521156047
Binary11110101001010111010010010010000011010101001101110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A9534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,149,52); }

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

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

 a { background-color: rgb(122,149,52); }

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

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

 span { border-color: rgb(122,149,52); }

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