#6FB14D

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

Shades of Apple #6FB14D

Tints of Apple #6FB14D

Color information

#6FB14D (or 0x6FB14D) is unknown color: approx Apple. HEX triplet: 6F, B1 and 4D. RGB value is (111,177,77). Sum of RGB (Red+Green+Blue) = 111+177+77=365 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.41% from 365); Green value is 177 (69.53% from 255 or 48.49% from 365); Blue value is 77 (30.47% from 255 or 21.10% from 365); Max value from RGB is 177 - color contains mainly: green. Hex color #6FB14D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6FB14D is #904EB2. Grayscale: #929292. Windows color (decimal): -9457331 or 5091695. OLE color: 5091695.

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

Color convert

RGB11117777-
CMYK0.3700.560.31
HSL99.6º39.37%49.8%-
HSV(B)99.6º56.5%69.41%-
XYZ23.6235.3612.6-
YUV145.8789.13103.13-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 30.41%
GREEN value IS 177 (69.53% from 255) = 48.49%
BLUE value IS 77 (30.47% from 255) = 21.10%
R=30.41%
G=48.49%
B=21.10%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal111177770.3700.560.3199.639.3749.8
Hex6FB14D250381F642732
Octal15726111545070371444762
Binary11011111011000110011011001010111000111111100100100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FB14D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,177,77); }

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

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

 a { background-color: rgb(111,177,77); }

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

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

 span { border-color: rgb(111,177,77); }

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