#6FAF5C

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

Shades of Apple #6FAF5C

Tints of Apple #6FAF5C

Color information

#6FAF5C (or 0x6FAF5C) is unknown color: approx Apple. HEX triplet: 6F, AF and 5C. RGB value is (111,175,92). Sum of RGB (Red+Green+Blue) = 111+175+92=378 (50% of max value = 765). Red value is 111 (43.75% from 255 or 29.37% from 378); Green value is 175 (68.75% from 255 or 46.30% from 378); Blue value is 92 (36.33% from 255 or 24.34% from 378); Max value from RGB is 175 - color contains mainly: green. Hex color #6FAF5C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6FAF5C is #9050A3. Grayscale: #929292. Windows color (decimal): -9457828 or 6074223. OLE color: 6074223.

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

Color convert

RGB11117592-
CMYK0.3700.470.31
HSL106.27º34.16%52.35%-
HSV(B)106.27º47.43%68.63%-
XYZ23.8234.8115.59-
YUV146.497.3102.75-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 29.37%
GREEN value IS 175 (68.75% from 255) = 46.30%
BLUE value IS 92 (36.33% from 255) = 24.34%
R=29.37%
G=46.30%
B=24.34%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal111175920.3700.470.31106.2734.1652.35
Hex6FAF5C2502F1F6a2234
Octal15725713445057371524264
Binary11011111010111110111001001010101111111111101010100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FAF5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,175,92); }

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

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

 a { background-color: rgb(111,175,92); }

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

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

 span { border-color: rgb(111,175,92); }

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