#6CA548

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

Shades of Apple #6CA548

Tints of Apple #6CA548

Color information

#6CA548 (or 0x6CA548) is unknown color: approx Apple. HEX triplet: 6C, A5 and 48. RGB value is (108,165,72). Sum of RGB (Red+Green+Blue) = 108+165+72=345 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.30% from 345); Green value is 165 (64.84% from 255 or 47.83% from 345); Blue value is 72 (28.52% from 255 or 20.87% from 345); Max value from RGB is 165 - color contains mainly: green. Hex color #6CA548 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6CA548 is #935AB7. Grayscale: #898989. Windows color (decimal): -9657016 or 4760940. OLE color: 4760940.

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

Color convert

RGB10816572-
CMYK0.3500.560.35
HSL96.77º39.24%46.47%-
HSV(B)96.77º56.36%64.71%-
XYZ20.8130.5710.93-
YUV137.3591.12107.06-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 31.30%
GREEN value IS 165 (64.84% from 255) = 47.83%
BLUE value IS 72 (28.52% from 255) = 20.87%
R=31.30%
G=47.83%
B=20.87%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal108165720.3500.560.3596.7739.2446.47
Hex6CA548230382361272e
Octal15424511043070431414756
Binary110110010100101100100010001101110001000111100001100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CA548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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