#769643

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

Shades of Sushi #769643

Tints of Sushi #769643

Color information

#769643 (or 0x769643) is unknown color: approx Sushi. HEX triplet: 76, 96 and 43. RGB value is (118,150,67). Sum of RGB (Red+Green+Blue) = 118+150+67=335 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.22% from 335); Green value is 150 (58.98% from 255 or 44.78% from 335); Blue value is 67 (26.56% from 255 or 20% from 335); Max value from RGB is 150 - color contains mainly: green. Hex color #769643 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769643 is #8969BC. Grayscale: #838383. Windows color (decimal): -9005501 or 4429430. OLE color: 4429430.

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

Color convert

RGB11815067-
CMYK0.2100.550.41
HSL83.13º38.25%42.55%-
HSV(B)83.13º55.33%58.82%-
XYZ19.3926.079.32-
YUV130.9791.9118.75-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.22%
GREEN value IS 150 (58.98% from 255) = 44.78%
BLUE value IS 67 (26.56% from 255) = 20%
R=35.22%
G=44.78%
B=20%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal118150670.2100.550.4183.1338.2542.55
Hex769643150372953262b
Octal16622610325067511234653
Binary11101101001011010000111010101101111010011010011100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769643

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769643; }

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

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

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

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

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

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

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

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