#76AB34

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

Shades of Sushi #76AB34

Tints of Sushi #76AB34

Color information

#76AB34 (or 0x76AB34) is unknown color: approx Sushi. HEX triplet: 76, AB and 34. RGB value is (118,171,52). Sum of RGB (Red+Green+Blue) = 118+171+52=341 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.60% from 341); Green value is 171 (67.19% from 255 or 50.15% from 341); Blue value is 52 (20.70% from 255 or 15.25% from 341); Max value from RGB is 171 - color contains mainly: green. Hex color #76AB34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76AB34 is #8954CB. Grayscale: #8E8E8E. Windows color (decimal): -9000140 or 3451766. OLE color: 3451766.

HSL color Cylindrical-coordinate representation of color #76AB34: hue angle of 86.72º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #76AB34 is Cyan = 0.31, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.33.

Color convert

RGB11817152-
CMYK0.3100.700.33
HSL86.72º53.36%43.73%-
HSV(B)86.72º69.59%67.06%-
XYZ22.6533.238.47-
YUV141.5977.44111.18-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.60%
GREEN value IS 171 (67.19% from 255) = 50.15%
BLUE value IS 52 (20.70% from 255) = 15.25%
R=34.60%
G=50.15%
B=15.25%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal118171520.3100.700.3386.7253.3643.73
Hex76AB341F0462157352c
Octal16625364370106411276554
Binary11101101010101111010011111010001101000011010111110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76AB34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76AB34; }

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

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

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

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

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

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

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

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