#6BB14C

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

Shades of Apple #6BB14C

Tints of Apple #6BB14C

Color information

#6BB14C (or 0x6BB14C) is unknown color: approx Apple. HEX triplet: 6B, B1 and 4C. RGB value is (107,177,76). Sum of RGB (Red+Green+Blue) = 107+177+76=360 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.72% from 360); Green value is 177 (69.53% from 255 or 49.17% from 360); Blue value is 76 (30.08% from 255 or 21.11% from 360); Max value from RGB is 177 - color contains mainly: green. Hex color #6BB14C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6BB14C is #944EB3. Grayscale: #909090. Windows color (decimal): -9719476 or 5026155. OLE color: 5026155.

HSL color Cylindrical-coordinate representation of color #6BB14C: hue angle of 101.58º 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 #6BB14C is Cyan = 0.40, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.31.

Color convert

RGB10717776-
CMYK0.4000.570.31
HSL101.58º39.92%49.61%-
HSV(B)101.58º57.06%69.41%-
XYZ23.0935.0912.39-
YUV144.5689.31101.21-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 29.72%
GREEN value IS 177 (69.53% from 255) = 49.17%
BLUE value IS 76 (30.08% from 255) = 21.11%
R=29.72%
G=49.17%
B=21.11%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal107177760.4000.570.31101.5839.9249.61
Hex6BB14C280391F662832
Octal15326111450071371465062
Binary11010111011000110011001010000111001111111100110101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BB14C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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