#6CB240

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

Shades of Apple #6CB240

Tints of Apple #6CB240

Color information

#6CB240 (or 0x6CB240) is unknown color: approx Apple. HEX triplet: 6C, B2 and 40. RGB value is (108,178,64). Sum of RGB (Red+Green+Blue) = 108+178+64=350 (46% of max value = 765). Red value is 108 (42.58% from 255 or 30.86% from 350); Green value is 178 (69.92% from 255 or 50.86% from 350); Blue value is 64 (25.39% from 255 or 18.29% from 350); Max value from RGB is 178 - color contains mainly: green. Hex color #6CB240 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6CB240 is #934DBF. Grayscale: #909090. Windows color (decimal): -9653696 or 4239980. OLE color: 4239980.

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

Color convert

RGB10817864-
CMYK0.3900.640.30
HSL96.84º47.11%47.45%-
HSV(B)96.84º64.04%69.8%-
XYZ23.0335.410.47-
YUV144.0782.81102.27-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 30.86%
GREEN value IS 178 (69.92% from 255) = 50.86%
BLUE value IS 64 (25.39% from 255) = 18.29%
R=30.86%
G=50.86%
B=18.29%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal108178640.3900.640.3096.8447.1147.45
Hex6CB240270401E612f2f
Octal154262100470100361415757
Binary110110010110010100000010011101000000111101100001101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CB240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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