#6FAF61

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

Shades of Apple #6FAF61

Tints of Apple #6FAF61

Color information

#6FAF61 (or 0x6FAF61) is unknown color: approx Apple. HEX triplet: 6F, AF and 61. RGB value is (111,175,97). Sum of RGB (Red+Green+Blue) = 111+175+97=383 (50% of max value = 765). Red value is 111 (43.75% from 255 or 28.98% from 383); Green value is 175 (68.75% from 255 or 45.69% from 383); Blue value is 97 (38.28% from 255 or 25.33% from 383); Max value from RGB is 175 - color contains mainly: green. Hex color #6FAF61 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6FAF61 is #90509E. Grayscale: #939393. Windows color (decimal): -9457823 or 6401903. OLE color: 6401903.

HSL color Cylindrical-coordinate representation of color #6FAF61: hue angle of 109.23º degrees, saturation: 0.33, 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 #6FAF61 is Cyan = 0.37, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.31.

Color convert

RGB11117597-
CMYK0.3700.450.31
HSL109.23º32.77%53.33%-
HSV(B)109.23º44.57%68.63%-
XYZ24.0434.916.78-
YUV146.9799.8102.34-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 28.98%
GREEN value IS 175 (68.75% from 255) = 45.69%
BLUE value IS 97 (38.28% from 255) = 25.33%
R=28.98%
G=45.69%
B=25.33%

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
Decimal111175970.3700.450.31109.2332.7753.33
Hex6FAF612502D1F6d2135
Octal15725714145055371554165
Binary11011111010111111000011001010101101111111101101100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FAF61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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