#6faf3b

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

Shades of Apple #6FAF3B

Tints of Apple #6FAF3B

Color information

#6FAF3B (or 0x6FAF3B) is unknown color: approx Apple. HEX triplet: 6F, AF and 3B. RGB value is (111,175,59). Sum of RGB (Red+Green+Blue) = 111+175+59=345 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.17% from 345); Green value is 175 (68.75% from 255 or 50.72% from 345); Blue value is 59 (23.44% from 255 or 17.10% from 345); Max value from RGB is 175 - color contains mainly: green. Hex color #6FAF3B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6FAF3B is #9050C4. Grayscale: #8F8F8F. Windows color (decimal): -9457861 or 3911535. OLE color: 3911535.

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

Color convert

RGB11117559-
CMYK0.3700.660.31
HSL93.1º49.57%45.88%-
HSV(B)93.1º66.29%68.63%-
XYZ22.6734.369.57-
YUV142.6480.8105.43-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 32.17%
GREEN value IS 175 (68.75% from 255) = 50.72%
BLUE value IS 59 (23.44% from 255) = 17.10%
R=32.17%
G=50.72%
B=17.10%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal111175590.3700.660.3193.149.5745.88
Hex6FAF3B250421F5d322e
Octal15725773450102371356256
Binary11011111010111111101110010101000010111111011101110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6faf3b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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