#61B135

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

Shades of Apple #61B135

Tints of Apple #61B135

Color information

#61B135 (or 0x61B135) is unknown color: approx Apple. HEX triplet: 61, B1 and 35. RGB value is (97,177,53). Sum of RGB (Red+Green+Blue) = 97+177+53=327 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.66% from 327); Green value is 177 (69.53% from 255 or 54.13% from 327); Blue value is 53 (21.09% from 255 or 16.21% from 327); Max value from RGB is 177 - color contains mainly: green. Hex color #61B135 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61B135 is #9E4ECA. Grayscale: #8B8B8B. Windows color (decimal): -10374859 or 3518817. OLE color: 3518817.

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

Color convert

RGB9717753-
CMYK0.4500.700.31
HSL98.71º53.91%45.1%-
HSV(B)98.71º70.06%69.41%-
XYZ21.2934.248.86-
YUV138.9479.598.08-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.66%
GREEN value IS 177 (69.53% from 255) = 54.13%
BLUE value IS 53 (21.09% from 255) = 16.21%
R=29.66%
G=54.13%
B=16.21%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal97177530.4500.700.3198.7153.9145.1
Hex61B1352D0461F63362d
Octal14126165550106371436655
Binary11000011011000111010110110101000110111111100011110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61B135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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