#6CA248

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

Shades of Apple #6CA248

Tints of Apple #6CA248

Color information

#6CA248 (or 0x6CA248) is unknown color: approx Apple. HEX triplet: 6C, A2 and 48. RGB value is (108,162,72). Sum of RGB (Red+Green+Blue) = 108+162+72=342 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.58% from 342); Green value is 162 (63.67% from 255 or 47.37% from 342); Blue value is 72 (28.52% from 255 or 21.05% from 342); Max value from RGB is 162 - color contains mainly: green. Hex color #6CA248 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6CA248 is #935DB7. Grayscale: #878787. Windows color (decimal): -9657784 or 4760172. OLE color: 4760172.

HSL color Cylindrical-coordinate representation of color #6CA248: hue angle of 96º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6CA248 is Cyan = 0.33, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.36.

Color convert

RGB10816272-
CMYK0.3300.560.36
HSL96º38.46%45.88%-
HSV(B)96º55.56%63.53%-
XYZ20.2729.510.76-
YUV135.5992.11108.32-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 31.58%
GREEN value IS 162 (63.67% from 255) = 47.37%
BLUE value IS 72 (28.52% from 255) = 21.05%
R=31.58%
G=47.37%
B=21.05%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal108162720.3300.560.369638.4645.88
Hex6CA248210382460262e
Octal15424211041070441404656
Binary110110010100010100100010000101110001001001100000100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CA248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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