#6FAF44

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

Shades of Apple #6FAF44

Tints of Apple #6FAF44

Color information

#6FAF44 (or 0x6FAF44) is unknown color: approx Apple. HEX triplet: 6F, AF and 44. RGB value is (111,175,68). Sum of RGB (Red+Green+Blue) = 111+175+68=354 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.36% from 354); Green value is 175 (68.75% from 255 or 49.44% from 354); Blue value is 68 (26.95% from 255 or 19.21% from 354); Max value from RGB is 175 - color contains mainly: green. Hex color #6FAF44 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6FAF44 is #9050BB. Grayscale: #909090. Windows color (decimal): -9457852 or 4501359. OLE color: 4501359.

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

Color convert

RGB11117568-
CMYK0.3700.610.31
HSL95.89º44.03%47.65%-
HSV(B)95.89º61.14%68.63%-
XYZ22.9334.4610.91-
YUV143.6785.3104.7-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 31.36%
GREEN value IS 175 (68.75% from 255) = 49.44%
BLUE value IS 68 (26.95% from 255) = 19.21%
R=31.36%
G=49.44%
B=19.21%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal111175680.3700.610.3195.8944.0347.65
Hex6FAF442503D1F602c30
Octal15725710445075371405460
Binary11011111010111110001001001010111101111111100000101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FAF44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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