#6AA13D

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

Shades of Apple #6AA13D

Tints of Apple #6AA13D

Color information

#6AA13D (or 0x6AA13D) is unknown color: approx Apple. HEX triplet: 6A, A1 and 3D. RGB value is (106,161,61). Sum of RGB (Red+Green+Blue) = 106+161+61=328 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.32% from 328); Green value is 161 (63.28% from 255 or 49.09% from 328); Blue value is 61 (24.22% from 255 or 18.60% from 328); Max value from RGB is 161 - color contains mainly: green. Hex color #6AA13D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6AA13D is #955EC2. Grayscale: #858585. Windows color (decimal): -9789123 or 4039018. OLE color: 4039018.

HSL color Cylindrical-coordinate representation of color #6AA13D: hue angle of 93º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6AA13D is Cyan = 0.34, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.37.

Color convert

RGB10616161-
CMYK0.3400.620.37
HSL93º45.05%43.53%-
HSV(B)93º62.11%63.14%-
XYZ19.5328.898.96-
YUV133.1687.28108.63-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 32.32%
GREEN value IS 161 (63.28% from 255) = 49.09%
BLUE value IS 61 (24.22% from 255) = 18.60%
R=32.32%
G=49.09%
B=18.60%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal106161610.3400.620.379345.0543.53
Hex6AA13D2203E255d2d2c
Octal1522417542076451355554
Binary11010101010000111110110001001111101001011011101101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AA13D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6AA13D; }

 p { color: rgb(106,161,61); }

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

<style>
 a { background-color: #6AA13D; }

 a { background-color: rgb(106,161,61); }

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

<style>
 span { border-color: #6AA13D; }

 span { border-color: rgb(106,161,61); }

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