#6CA948

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

Shades of Apple #6CA948

Tints of Apple #6CA948

Color information

#6CA948 (or 0x6CA948) is unknown color: approx Apple. HEX triplet: 6C, A9 and 48. RGB value is (108,169,72). Sum of RGB (Red+Green+Blue) = 108+169+72=349 (46% of max value = 765). Red value is 108 (42.58% from 255 or 30.95% from 349); Green value is 169 (66.41% from 255 or 48.42% from 349); Blue value is 72 (28.52% from 255 or 20.63% from 349); Max value from RGB is 169 - color contains mainly: green. Hex color #6CA948 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6CA948 is #9356B7. Grayscale: #8C8C8C. Windows color (decimal): -9655992 or 4761964. OLE color: 4761964.

HSL color Cylindrical-coordinate representation of color #6CA948: hue angle of 97.73º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6CA948 is Cyan = 0.36, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.34.

Color convert

RGB10816972-
CMYK0.3600.570.34
HSL97.73º40.25%47.25%-
HSV(B)97.73º57.4%66.27%-
XYZ21.5432.0311.18-
YUV139.789.79105.39-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 30.95%
GREEN value IS 169 (66.41% from 255) = 48.42%
BLUE value IS 72 (28.52% from 255) = 20.63%
R=30.95%
G=48.42%
B=20.63%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal108169720.3600.570.3497.7340.2547.25
Hex6CA948240392262282f
Octal15425111044071421425057
Binary110110010101001100100010010001110011000101100010101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CA948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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