#61B12F

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

Shades of Apple #61B12F

Tints of Apple #61B12F

Color information

#61B12F (or 0x61B12F) is unknown color: approx Apple. HEX triplet: 61, B1 and 2F. RGB value is (97,177,47). Sum of RGB (Red+Green+Blue) = 97+177+47=321 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.22% from 321); Green value is 177 (69.53% from 255 or 55.14% from 321); Blue value is 47 (18.75% from 255 or 14.64% from 321); Max value from RGB is 177 - color contains mainly: green. Hex color #61B12F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61B12F is #9E4ED0. Grayscale: #8A8A8A. Windows color (decimal): -10374865 or 3125601. OLE color: 3125601.

HSL color Cylindrical-coordinate representation of color #61B12F: hue angle of 96.92º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #61B12F is Cyan = 0.45, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.31.

Color convert

RGB9717747-
CMYK0.4500.730.31
HSL96.92º58.04%43.92%-
HSV(B)96.92º73.45%69.41%-
XYZ21.1634.198.17-
YUV138.2676.598.57-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 30.22%
GREEN value IS 177 (69.53% from 255) = 55.14%
BLUE value IS 47 (18.75% from 255) = 14.64%
R=30.22%
G=55.14%
B=14.64%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal97177470.4500.730.3196.9258.0443.92
Hex61B12F2D0491F613a2c
Octal14126157550111371417254
Binary11000011011000110111110110101001001111111100001111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61B12F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,177,47); }

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

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

 a { background-color: rgb(97,177,47); }

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

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

 span { border-color: rgb(97,177,47); }

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