#769429

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

Shades of Sushi #769429

Tints of Sushi #769429

Color information

#769429 (or 0x769429) is unknown color: approx Sushi. HEX triplet: 76, 94 and 29. RGB value is (118,148,41). Sum of RGB (Red+Green+Blue) = 118+148+41=307 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.44% from 307); Green value is 148 (58.20% from 255 or 48.21% from 307); Blue value is 41 (16.41% from 255 or 13.36% from 307); Max value from RGB is 148 - color contains mainly: green. Hex color #769429 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769429 is #896BD6. Grayscale: #7F7F7F. Windows color (decimal): -9006039 or 2724982. OLE color: 2724982.

HSL color Cylindrical-coordinate representation of color #769429: hue angle of 76.82º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #769429 is Cyan = 0.20, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.42.

Color convert

RGB11814841-
CMYK0.2000.720.42
HSL76.82º56.61%37.06%-
HSV(B)76.82º72.3%58.04%-
XYZ18.4625.195.99-
YUV126.8379.56121.7-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.44%
GREEN value IS 148 (58.20% from 255) = 48.21%
BLUE value IS 41 (16.41% from 255) = 13.36%
R=38.44%
G=48.21%
B=13.36%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal118148410.2000.720.4276.8256.6137.06
Hex769429140482A4d3925
Octal16622451240110521157145
Binary11101101001010010100110100010010001010101001101111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769429; }

 p { color: rgb(118,148,41); }

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

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

 a { background-color: rgb(118,148,41); }

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

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

 span { border-color: rgb(118,148,41); }

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