#6FB740

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

Shades of Apple #6FB740

Tints of Apple #6FB740

Color information

#6FB740 (or 0x6FB740) is unknown color: approx Apple. HEX triplet: 6F, B7 and 40. RGB value is (111,183,64). Sum of RGB (Red+Green+Blue) = 111+183+64=358 (47% of max value = 765). Red value is 111 (43.75% from 255 or 31.01% from 358); Green value is 183 (71.88% from 255 or 51.12% from 358); Blue value is 64 (25.39% from 255 or 17.88% from 358); Max value from RGB is 183 - color contains mainly: green. Hex color #6FB740 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FB740 is #9048BF. Grayscale: #949494. Windows color (decimal): -9455808 or 4241263. OLE color: 4241263.

HSL color Cylindrical-coordinate representation of color #6FB740: hue angle of 96.3º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6FB740 is Cyan = 0.39, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.28.

Color convert

RGB11118364-
CMYK0.3900.650.28
HSL96.3º48.18%48.43%-
HSV(B)96.3º65.03%71.76%-
XYZ24.4137.6210.82-
YUV147.9180.65101.68-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 31.01%
GREEN value IS 183 (71.88% from 255) = 51.12%
BLUE value IS 64 (25.39% from 255) = 17.88%
R=31.01%
G=51.12%
B=17.88%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal111183640.3900.650.2896.348.1848.43
Hex6FB740270411C603030
Octal157267100470101341406060
Binary110111110110111100000010011101000001111001100000110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FB740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,183,64); }

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

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

 a { background-color: rgb(111,183,64); }

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

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

 span { border-color: rgb(111,183,64); }

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