#769536

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

Shades of Sushi #769536

Tints of Sushi #769536

Color information

#769536 (or 0x769536) is unknown color: approx Sushi. HEX triplet: 76, 95 and 36. RGB value is (118,149,54). Sum of RGB (Red+Green+Blue) = 118+149+54=321 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.76% from 321); Green value is 149 (58.59% from 255 or 46.42% from 321); Blue value is 54 (21.48% from 255 or 16.82% from 321); Max value from RGB is 149 - color contains mainly: green. Hex color #769536 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769536 is #896AC9. Grayscale: #818181. Windows color (decimal): -9005770 or 3577206. OLE color: 3577206.

HSL color Cylindrical-coordinate representation of color #769536: hue angle of 79.58º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #769536 is Cyan = 0.21, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.42.

Color convert

RGB11814954-
CMYK0.2100.640.42
HSL79.58º46.8%39.8%-
HSV(B)79.58º63.76%58.43%-
XYZ18.8825.617.44-
YUV128.985.73120.22-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.76%
GREEN value IS 149 (58.59% from 255) = 46.42%
BLUE value IS 54 (21.48% from 255) = 16.82%
R=36.76%
G=46.42%
B=16.82%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal118149540.2100.640.4279.5846.839.8
Hex769536150402A502f28
Octal16622566250100521205750
Binary11101101001010111011010101010000001010101010000101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769536; }

 p { color: rgb(118,149,54); }

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

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

 a { background-color: rgb(118,149,54); }

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

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

 span { border-color: rgb(118,149,54); }

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