#61C345

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

Shades of Apple #61C345

Tints of Apple #61C345

Color information

#61C345 (or 0x61C345) is unknown color: approx Apple. HEX triplet: 61, C3 and 45. RGB value is (97,195,69). Sum of RGB (Red+Green+Blue) = 97+195+69=361 (47% of max value = 765). Red value is 97 (38.28% from 255 or 26.87% from 361); Green value is 195 (76.56% from 255 or 54.02% from 361); Blue value is 69 (27.34% from 255 or 19.11% from 361); Max value from RGB is 195 - color contains mainly: green. Hex color #61C345 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61C345 is #9E3CBA. Grayscale: #979797. Windows color (decimal): -10370235 or 4572001. OLE color: 4572001.

HSL color Cylindrical-coordinate representation of color #61C345: hue angle of 106.67º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #61C345 is Cyan = 0.50, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.24.

Color convert

RGB9719569-
CMYK0.5000.650.24
HSL106.67º51.22%51.76%-
HSV(B)106.67º64.62%76.47%-
XYZ25.524212.39-
YUV151.3381.5389.25-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.87%
GREEN value IS 195 (76.56% from 255) = 54.02%
BLUE value IS 69 (27.34% from 255) = 19.11%
R=26.87%
G=54.02%
B=19.11%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal97195690.5000.650.24106.6751.2251.76
Hex61C34532041186b3334
Octal141303105620101301536364
Binary110000111000011100010111001001000001110001101011110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61C345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,195,69); }

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

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

 a { background-color: rgb(97,195,69); }

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

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

 span { border-color: rgb(97,195,69); }

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