#6CB248

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

Shades of Apple #6CB248

Tints of Apple #6CB248

Color information

#6CB248 (or 0x6CB248) is unknown color: approx Apple. HEX triplet: 6C, B2 and 48. RGB value is (108,178,72). Sum of RGB (Red+Green+Blue) = 108+178+72=358 (47% of max value = 765). Red value is 108 (42.58% from 255 or 30.17% from 358); Green value is 178 (69.92% from 255 or 49.72% from 358); Blue value is 72 (28.52% from 255 or 20.11% from 358); Max value from RGB is 178 - color contains mainly: green. Hex color #6CB248 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6CB248 is #934DB7. Grayscale: #919191. Windows color (decimal): -9653688 or 4764268. OLE color: 4764268.

HSL color Cylindrical-coordinate representation of color #6CB248: hue angle of 99.62º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6CB248 is Cyan = 0.39, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.30.

Color convert

RGB10817872-
CMYK0.3900.600.30
HSL99.62º42.4%49.02%-
HSV(B)99.62º59.55%69.8%-
XYZ23.2735.511.76-
YUV144.9986.81101.62-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 30.17%
GREEN value IS 178 (69.92% from 255) = 49.72%
BLUE value IS 72 (28.52% from 255) = 20.11%
R=30.17%
G=49.72%
B=20.11%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal108178720.3900.600.3099.6242.449.02
Hex6CB2482703C1E642a31
Octal15426211047074361445261
Binary11011001011001010010001001110111100111101100100101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CB248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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