#6FB05F

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

Shades of Apple #6FB05F

Tints of Apple #6FB05F

Color information

#6FB05F (or 0x6FB05F) is unknown color: approx Apple. HEX triplet: 6F, B0 and 5F. RGB value is (111,176,95). Sum of RGB (Red+Green+Blue) = 111+176+95=382 (50% of max value = 765). Red value is 111 (43.75% from 255 or 29.06% from 382); Green value is 176 (69.14% from 255 or 46.07% from 382); Blue value is 95 (37.5% from 255 or 24.87% from 382); Max value from RGB is 176 - color contains mainly: green. Hex color #6FB05F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6FB05F is #904FA0. Grayscale: #939393. Windows color (decimal): -9457569 or 6271087. OLE color: 6271087.

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

Color convert

RGB11117695-
CMYK0.3700.460.31
HSL108.15º33.89%53.14%-
HSV(B)108.15º46.02%69.02%-
XYZ24.1535.2616.36-
YUV147.3398.47102.09-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 29.06%
GREEN value IS 176 (69.14% from 255) = 46.07%
BLUE value IS 95 (37.5% from 255) = 24.87%
R=29.06%
G=46.07%
B=24.87%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal111176950.3700.460.31108.1533.8953.14
Hex6FB05F2502E1F6c2235
Octal15726013745056371544265
Binary11011111011000010111111001010101110111111101100100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FB05F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,176,95); }

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

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

 a { background-color: rgb(111,176,95); }

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

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

 span { border-color: rgb(111,176,95); }

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