#769F34

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

Shades of Sushi #769F34

Tints of Sushi #769F34

Color information

#769F34 (or 0x769F34) is unknown color: approx Sushi. HEX triplet: 76, 9F and 34. RGB value is (118,159,52). Sum of RGB (Red+Green+Blue) = 118+159+52=329 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.87% from 329); Green value is 159 (62.5% from 255 or 48.33% from 329); Blue value is 52 (20.70% from 255 or 15.81% from 329); Max value from RGB is 159 - color contains mainly: green. Hex color #769F34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769F34 is #8960CB. Grayscale: #868686. Windows color (decimal): -9003212 or 3448694. OLE color: 3448694.

HSL color Cylindrical-coordinate representation of color #769F34: hue angle of 82.99º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #769F34 is Cyan = 0.26, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.38.

Color convert

RGB11815952-
CMYK0.2600.670.38
HSL82.99º50.71%41.37%-
HSV(B)82.99º67.3%62.35%-
XYZ20.4928.97.75-
YUV134.5481.42116.2-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.87%
GREEN value IS 159 (62.5% from 255) = 48.33%
BLUE value IS 52 (20.70% from 255) = 15.81%
R=35.87%
G=48.33%
B=15.81%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal118159520.2600.670.3882.9950.7141.37
Hex769F341A04326533329
Octal16623764320103461236351
Binary11101101001111111010011010010000111001101010011110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769F34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769F34; }

 p { color: rgb(118,159,52); }

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

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

 a { background-color: rgb(118,159,52); }

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

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

 span { border-color: rgb(118,159,52); }

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