#61A65C

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

Shades of Fruit Salad #61A65C

Tints of Fruit Salad #61A65C

Color information

#61A65C (or 0x61A65C) is unknown color: approx Fruit Salad. HEX triplet: 61, A6 and 5C. RGB value is (97,166,92). Sum of RGB (Red+Green+Blue) = 97+166+92=355 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.32% from 355); Green value is 166 (65.23% from 255 or 46.76% from 355); Blue value is 92 (36.33% from 255 or 25.92% from 355); Max value from RGB is 166 - color contains mainly: green. Hex color #61A65C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61A65C is #9E59A3. Grayscale: #898989. Windows color (decimal): -10377636 or 6071905. OLE color: 6071905.

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

Color convert

RGB9716692-
CMYK0.4200.450.35
HSL115.95º29.37%50.59%-
HSV(B)115.95º44.58%65.1%-
XYZ20.530.5914.95-
YUV136.93102.6499.52-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.32%
GREEN value IS 166 (65.23% from 255) = 46.76%
BLUE value IS 92 (36.33% from 255) = 25.92%
R=27.32%
G=46.76%
B=25.92%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal97166920.4200.450.35115.9529.3750.59
Hex61A65C2A02D23741d33
Octal14124613452055431643563
Binary11000011010011010111001010100101101100011111010011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61A65C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,166,92); }

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

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

 a { background-color: rgb(97,166,92); }

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

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

 span { border-color: rgb(97,166,92); }

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