#6FB060

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

Shades of Apple #6FB060

Tints of Apple #6FB060

Color information

#6FB060 (or 0x6FB060) is unknown color: approx Apple. HEX triplet: 6F, B0 and 60. RGB value is (111,176,96). Sum of RGB (Red+Green+Blue) = 111+176+96=383 (50% of max value = 765). Red value is 111 (43.75% from 255 or 28.98% from 383); Green value is 176 (69.14% from 255 or 45.95% from 383); Blue value is 96 (37.89% from 255 or 25.07% from 383); Max value from RGB is 176 - color contains mainly: green. Hex color #6FB060 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6FB060 is #904F9F. Grayscale: #939393. Windows color (decimal): -9457568 or 6336623. OLE color: 6336623.

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

Color convert

RGB11117696-
CMYK0.3700.450.31
HSL108.75º33.61%53.33%-
HSV(B)108.75º45.45%69.02%-
XYZ24.1935.2716.6-
YUV147.4498.97102-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 28.98%
GREEN value IS 176 (69.14% from 255) = 45.95%
BLUE value IS 96 (37.89% from 255) = 25.07%
R=28.98%
G=45.95%
B=25.07%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal111176960.3700.450.31108.7533.6153.33
Hex6FB0602502D1F6d2235
Octal15726014045055371554265
Binary11011111011000011000001001010101101111111101101100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FB060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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