#6CB14C

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

Shades of Apple #6CB14C

Tints of Apple #6CB14C

Color information

#6CB14C (or 0x6CB14C) is unknown color: approx Apple. HEX triplet: 6C, B1 and 4C. RGB value is (108,177,76). Sum of RGB (Red+Green+Blue) = 108+177+76=361 (47% of max value = 765). Red value is 108 (42.58% from 255 or 29.92% from 361); Green value is 177 (69.53% from 255 or 49.03% from 361); Blue value is 76 (30.08% from 255 or 21.05% from 361); Max value from RGB is 177 - color contains mainly: green. Hex color #6CB14C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6CB14C is #934EB3. Grayscale: #919191. Windows color (decimal): -9653940 or 5026156. OLE color: 5026156.

HSL color Cylindrical-coordinate representation of color #6CB14C: hue angle of 100.99º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6CB14C is Cyan = 0.39, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.31.

Color convert

RGB10817776-
CMYK0.3900.570.31
HSL100.99º39.92%49.61%-
HSV(B)100.99º57.06%69.41%-
XYZ23.2135.1512.4-
YUV144.8589.14101.71-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 29.92%
GREEN value IS 177 (69.53% from 255) = 49.03%
BLUE value IS 76 (30.08% from 255) = 21.05%
R=29.92%
G=49.03%
B=21.05%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal108177760.3900.570.31100.9939.9249.61
Hex6CB14C270391F652832
Octal15426111447071371455062
Binary11011001011000110011001001110111001111111100101101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CB14C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,177,76); }

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

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

 a { background-color: rgb(108,177,76); }

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

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

 span { border-color: rgb(108,177,76); }

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