#61A75B

Color #61A75B Fruit Salad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fruit Salad #61A75B

Tints of Fruit Salad #61A75B

Color information

#61A75B (or 0x61A75B) is unknown color: approx Fruit Salad. HEX triplet: 61, A7 and 5B. RGB value is (97,167,91). Sum of RGB (Red+Green+Blue) = 97+167+91=355 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.32% from 355); Green value is 167 (65.62% from 255 or 47.04% from 355); Blue value is 91 (35.94% from 255 or 25.63% from 355); Max value from RGB is 167 - color contains mainly: green. Hex color #61A75B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61A75B is #9E58A4. Grayscale: #898989. Windows color (decimal): -10377381 or 6006625. OLE color: 6006625.

HSL color Cylindrical-coordinate representation of color #61A75B: hue angle of 115.26º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #61A75B is Cyan = 0.42, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.35.

Color convert

RGB9716791-
CMYK0.4200.460.35
HSL115.26º30.16%50.59%-
HSV(B)115.26º45.51%65.49%-
XYZ20.6430.9314.78-
YUV137.41101.8199.18-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.32%
GREEN value IS 167 (65.62% from 255) = 47.04%
BLUE value IS 91 (35.94% from 255) = 25.63%
R=27.32%
G=47.04%
B=25.63%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal97167910.4200.460.35115.2630.1650.59
Hex61A75B2A02E23731e33
Octal14124713352056431633663
Binary11000011010011110110111010100101110100011111001111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61A75B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61A75B; }

 p { color: rgb(97,167,91); }

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

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

 a { background-color: rgb(97,167,91); }

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

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

 span { border-color: rgb(97,167,91); }

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