#6CBA40

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

Shades of Apple #6CBA40

Tints of Apple #6CBA40

Color information

#6CBA40 (or 0x6CBA40) is unknown color: approx Apple. HEX triplet: 6C, BA and 40. RGB value is (108,186,64). Sum of RGB (Red+Green+Blue) = 108+186+64=358 (47% of max value = 765). Red value is 108 (42.58% from 255 or 30.17% from 358); Green value is 186 (73.05% from 255 or 51.96% from 358); Blue value is 64 (25.39% from 255 or 17.88% from 358); Max value from RGB is 186 - color contains mainly: green. Hex color #6CBA40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6CBA40 is #9345BF. Grayscale: #959595. Windows color (decimal): -9651648 or 4242028. OLE color: 4242028.

HSL color Cylindrical-coordinate representation of color #6CBA40: hue angle of 98.36º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6CBA40 is Cyan = 0.42, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB10818664-
CMYK0.4200.660.27
HSL98.36º48.8%49.02%-
HSV(B)98.36º65.59%72.94%-
XYZ24.6738.6811.02-
YUV148.7780.1698.92-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 30.17%
GREEN value IS 186 (73.05% from 255) = 51.96%
BLUE value IS 64 (25.39% from 255) = 17.88%
R=30.17%
G=51.96%
B=17.88%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal108186640.4200.660.2798.3648.849.02
Hex6CBA402A0421B623131
Octal154272100520102331426161
Binary110110010111010100000010101001000010110111100010110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CBA40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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