#769543

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

Shades of Sushi #769543

Tints of Sushi #769543

Color information

#769543 (or 0x769543) is unknown color: approx Sushi. HEX triplet: 76, 95 and 43. RGB value is (118,149,67). Sum of RGB (Red+Green+Blue) = 118+149+67=334 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.33% from 334); Green value is 149 (58.59% from 255 or 44.61% from 334); Blue value is 67 (26.56% from 255 or 20.06% from 334); Max value from RGB is 149 - color contains mainly: green. Hex color #769543 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769543 is #896ABC. Grayscale: #828282. Windows color (decimal): -9005757 or 4429174. OLE color: 4429174.

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

Color convert

RGB11814967-
CMYK0.2100.550.42
HSL82.68º37.96%42.35%-
HSV(B)82.68º55.03%58.43%-
XYZ19.2325.759.27-
YUV130.3892.23119.17-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.33%
GREEN value IS 149 (58.59% from 255) = 44.61%
BLUE value IS 67 (26.56% from 255) = 20.06%
R=35.33%
G=44.61%
B=20.06%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal118149670.2100.550.4282.6837.9642.35
Hex769543150372A53262a
Octal16622510325067521234652
Binary11101101001010110000111010101101111010101010011100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769543

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769543; }

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

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

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

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

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

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

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

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