#6FAF3D

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

Shades of Apple #6FAF3D

Tints of Apple #6FAF3D

Color information

#6FAF3D (or 0x6FAF3D) is unknown color: approx Apple. HEX triplet: 6F, AF and 3D. RGB value is (111,175,61). Sum of RGB (Red+Green+Blue) = 111+175+61=347 (45% of max value = 765). Red value is 111 (43.75% from 255 or 31.99% from 347); Green value is 175 (68.75% from 255 or 50.43% from 347); Blue value is 61 (24.22% from 255 or 17.58% from 347); Max value from RGB is 175 - color contains mainly: green. Hex color #6FAF3D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6FAF3D is #9050C2. Grayscale: #8F8F8F. Windows color (decimal): -9457859 or 4042607. OLE color: 4042607.

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

Color convert

RGB11117561-
CMYK0.3700.650.31
HSL93.68º48.31%46.27%-
HSV(B)93.68º65.14%68.63%-
XYZ22.7334.389.85-
YUV142.8781.8105.27-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 31.99%
GREEN value IS 175 (68.75% from 255) = 50.43%
BLUE value IS 61 (24.22% from 255) = 17.58%
R=31.99%
G=50.43%
B=17.58%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal111175610.3700.650.3193.6848.3146.27
Hex6FAF3D250411F5e302e
Octal15725775450101371366056
Binary11011111010111111110110010101000001111111011110110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FAF3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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