#61B13D

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

Shades of Apple #61B13D

Tints of Apple #61B13D

Color information

#61B13D (or 0x61B13D) is unknown color: approx Apple. HEX triplet: 61, B1 and 3D. RGB value is (97,177,61). Sum of RGB (Red+Green+Blue) = 97+177+61=335 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.96% from 335); Green value is 177 (69.53% from 255 or 52.84% from 335); Blue value is 61 (24.22% from 255 or 18.21% from 335); Max value from RGB is 177 - color contains mainly: green. Hex color #61B13D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61B13D is #9E4EC2. Grayscale: #8C8C8C. Windows color (decimal): -10374851 or 4043105. OLE color: 4043105.

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

Color convert

RGB9717761-
CMYK0.4500.660.31
HSL101.38º48.74%46.67%-
HSV(B)101.38º65.54%69.41%-
XYZ21.4934.329.91-
YUV139.8683.597.43-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.96%
GREEN value IS 177 (69.53% from 255) = 52.84%
BLUE value IS 61 (24.22% from 255) = 18.21%
R=28.96%
G=52.84%
B=18.21%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal97177610.4500.660.31101.3848.7446.67
Hex61B13D2D0421F65312f
Octal14126175550102371456157
Binary11000011011000111110110110101000010111111100101110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61B13D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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