#6CA550

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

Shades of Apple #6CA550

Tints of Apple #6CA550

Color information

#6CA550 (or 0x6CA550) is unknown color: approx Apple. HEX triplet: 6C, A5 and 50. RGB value is (108,165,80). Sum of RGB (Red+Green+Blue) = 108+165+80=353 (46% of max value = 765). Red value is 108 (42.58% from 255 or 30.59% from 353); Green value is 165 (64.84% from 255 or 46.74% from 353); Blue value is 80 (31.64% from 255 or 22.66% from 353); Max value from RGB is 165 - color contains mainly: green. Hex color #6CA550 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6CA550 is #935AAF. Grayscale: #8A8A8A. Windows color (decimal): -9657008 or 5285228. OLE color: 5285228.

HSL color Cylindrical-coordinate representation of color #6CA550: hue angle of 100.24º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6CA550 is Cyan = 0.35, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.35.

Color convert

RGB10816580-
CMYK0.3500.520.35
HSL100.24º34.69%48.04%-
HSV(B)100.24º51.52%64.71%-
XYZ21.0930.6812.4-
YUV138.2795.12106.41-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 30.59%
GREEN value IS 165 (64.84% from 255) = 46.74%
BLUE value IS 80 (31.64% from 255) = 22.66%
R=30.59%
G=46.74%
B=22.66%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal108165800.3500.520.35100.2434.6948.04
Hex6CA5502303423642330
Octal15424512043064431444360
Binary110110010100101101000010001101101001000111100100100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CA550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,165,80); }

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

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

 a { background-color: rgb(108,165,80); }

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

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

 span { border-color: rgb(108,165,80); }

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